From 91b8e675e26dd65e1ebb23706cb16b3a3f8bcf73 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 May 2020 17:08:16 +0200 Subject: Improve auto mute tests --- shared/extra-utils/plugins/mock-blocklist.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/extra-utils/plugins') diff --git a/shared/extra-utils/plugins/mock-blocklist.ts b/shared/extra-utils/plugins/mock-blocklist.ts index ef57d96a8..6fe3dee9f 100644 --- a/shared/extra-utils/plugins/mock-blocklist.ts +++ b/shared/extra-utils/plugins/mock-blocklist.ts @@ -4,6 +4,7 @@ type BlocklistResponse = { data: { value: string action?: 'add' | 'remove' + updatedAt?: string }[] } -- cgit v1.2.3