Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
Raju-kadel-27 committed Mar 25, 2024
commit ab2d2a91b87027a1f113f8268592923ef11f0aea
1 change: 1 addition & 0 deletions src/server/audit/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const AuditSchema = z.object({
"safe.imported",
"safe.sent",
"safe.signed",
"safe.deleted",
]),
occurredAt: z.date().optional(),
actor: z.object({
Expand Down