fixed some more bugs
This commit is contained in:
@@ -13,7 +13,6 @@ type CacheRow = {
|
||||
updated_at: number
|
||||
};
|
||||
|
||||
// TODO: CHANGEME WHEN RUNNING IN DOCKER
|
||||
export const CACHE_DIR = "/tmp",
|
||||
db = new Database(path.resolve(`${CACHE_DIR}/index.sqlite`));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user