From 514afaca697ae5f9a02e91342c0434fe9eeffe74 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 4 Mar 2021 21:59:49 +0100 Subject: :sparkles: AuditLog --- src/models/AuditLog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models/AuditLog.ts') diff --git a/src/models/AuditLog.ts b/src/models/AuditLog.ts index f69c4329..a0f91a82 100644 --- a/src/models/AuditLog.ts +++ b/src/models/AuditLog.ts @@ -7,7 +7,7 @@ export interface AuditLogResponse { webhooks: []; // TODO: users: PublicUser[]; audit_log_entries: AuditLogEntries[]; - integrations: []; + integrations: []; // TODO: } export interface AuditLogEntries { -- cgit 1.5.1