From 9b45b3dae2e03a3900c40cbe4072cf18828fa606 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Thu, 9 Sep 2021 17:08:56 -0500 Subject: [PATCH] Fix comment above `StorageAccessType` --- ts/types/Storage.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/types/Storage.d.ts b/ts/types/Storage.d.ts index 7dcc37ee53..a356396051 100644 --- a/ts/types/Storage.d.ts +++ b/ts/types/Storage.d.ts @@ -30,8 +30,7 @@ export type ThemeSettingType = 'system' | 'light' | 'dark'; export type NotificationSettingType = 'message' | 'name' | 'count' | 'off'; -// This should be in sync with `UI_CONFIGURATION_KEYS` in -// `ts/textsecure/Storage.ts`. +// This should be in sync with `STORAGE_UI_KEYS` in `ts/types/StorageUIKeys.ts`. export type StorageAccessType = { 'always-relay-calls': boolean; 'audio-notification': boolean;