setup sqlite mocking.
This commit is contained in:
@ -48,11 +48,11 @@ ON CONFLICT DO UPDATE SET ${key} = ?`
|
||||
}
|
||||
|
||||
async setLibetransalteBaseUrl(value : string) {
|
||||
await this.setValue("libetransalte_base_url", value)
|
||||
await this.setValue("libretranslate_base_url", value)
|
||||
}
|
||||
|
||||
async getLibretranslateBaseUrl() {
|
||||
await this.getValue("libtretranslate_base_url")
|
||||
await this.getValue("libretranslate_base_url")
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user