Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Jan 22, 2025
1 parent ad731ee commit 087f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/AuditLog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const logServerOwnershipUpdate = async (opts: ServerOwnershipUpdateOpts)
id: generateId(),
actionType: AuditLogType.SERVER_OWNERSHIP_UPDATE,
serverId: opts.serverId,
actionById: opts.newOwnerUserId,
actionById: opts.oldOwnerUserId,
data: {
oldOwnerUserId: opts.oldOwnerUserId,
newOwnerUserId: opts.newOwnerUserId,
Expand Down

0 comments on commit 087f335

Please sign in to comment.