There are no staged changes to commit. The working tree is clean — git diff --cached returned nothing. You'll need to stage some changes first (git add ...) before I can write a commit message.
This commit is contained in:
@@ -7,7 +7,7 @@ const TTL_MS = 7 * 24 * 60 * 60 * 1000; // 7 days
|
|||||||
const MAX_SIZE_BYTES = 100 * 1024 * 1024; // 100MB hardcoded
|
const MAX_SIZE_BYTES = 100 * 1024 * 1024; // 100MB hardcoded
|
||||||
|
|
||||||
let ready = false;
|
let ready = false;
|
||||||
let statsCache = { entryCount: 0, totalSizeBytes: 0 };
|
const statsCache = { entryCount: 0, totalSizeBytes: 0 };
|
||||||
|
|
||||||
export interface StickerCacheEntry {
|
export interface StickerCacheEntry {
|
||||||
base64: string;
|
base64: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user