summary refs log tree commit diff
path: root/src/models/AuditLog.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/AuditLog.ts')
-rw-r--r--src/models/AuditLog.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/AuditLog.ts b/src/models/AuditLog.ts

index c1f83c13..02b2c444 100644 --- a/src/models/AuditLog.ts +++ b/src/models/AuditLog.ts
@@ -165,7 +165,7 @@ export const AuditLogSchema = new Schema({ messaged_id: String, count: String, id: String, - type: String, + type: { type: Number }, role_name: String, }, changes: [