Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Oct 22, 2024
1 parent e81759d commit 2772322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ssi-sdk-core/src/types/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export enum PartyCorrelationType {
PHONE = 'phone',
}

export type AuditLoggingEvent = Omit<SimpleLogEvent, 'data' | 'type'> & {
export type AuditLoggingEvent = Omit<SimpleLogEvent, 'type' | 'data'> & {
id: string
type: LoggingEventType.AUDIT,
// timestamp: Date
Expand Down

0 comments on commit 2772322

Please sign in to comment.