chore: remove conflicts in preparation for standalone app
This commit is contained in:
6
node_modules/undici/lib/cache/sqlite-cache-store.js
generated
vendored
6
node_modules/undici/lib/cache/sqlite-cache-store.js
generated
vendored
@ -110,7 +110,7 @@ module.exports = class SqliteCacheStore {
|
||||
}
|
||||
|
||||
if (!DatabaseSync) {
|
||||
DatabaseSync = require('node:sqlite').DatabaseSync
|
||||
const sqlite3 = require('sqlite3').verbose();
|
||||
}
|
||||
this.#db = new DatabaseSync(opts?.location ?? ':memory:')
|
||||
|
||||
@ -217,11 +217,11 @@ module.exports = class SqliteCacheStore {
|
||||
)
|
||||
`)
|
||||
}
|
||||
|
||||
/*
|
||||
close () {
|
||||
this.#db.close()
|
||||
}
|
||||
|
||||
*/
|
||||
/**
|
||||
* @param {import('../../types/cache-interceptor.d.ts').default.CacheKey} key
|
||||
* @returns {(import('../../types/cache-interceptor.d.ts').default.GetResult & { body?: Buffer }) | undefined}
|
||||
|
Reference in New Issue
Block a user