From a5267cbf54a6c5d50cc6ec9a65d2edf13390c84c Mon Sep 17 00:00:00 2001 From: kisernl Date: Wed, 1 Apr 2026 13:43:18 -0500 Subject: [PATCH] quick storage test --- src/storage/providers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/providers.ts b/src/storage/providers.ts index e9f4b92..fbb695e 100644 --- a/src/storage/providers.ts +++ b/src/storage/providers.ts @@ -42,5 +42,5 @@ export const storageProviders: StorageProviderConfig[] = [ fileSizes: [1024 * 1024, 10 * 1024 * 1024], }, // - // add more providers above + // add providers above ];