This commit is contained in:
ikechan8370 2025-03-13 15:54:32 +08:00
parent 116479e34e
commit 54806ee6fb
6 changed files with 265 additions and 15 deletions

View file

@ -24,7 +24,7 @@ export class LowDBChatPresetsStorage extends ChaiteStorage {
* @returns {Promise<import('chaite').ChatPreset>}
*/
async getItem (key) {
return this.collection.findOne({ id: key })
}
/**