diff options
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/types.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index f1cbb84c8a..e6fe6a67c8 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -46,8 +46,6 @@ export type Source = { secret_key: string; }; - preventCacheRemoteFiles: boolean; - drive?: { storage: string; bucket?: string; |