chore: Update translations

This commit is contained in:
2024-04-12 17:32:02 +00:00
parent 3c3e35ad4f
commit 0ab896923e
5 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ export async function initRelayWorker() {
try {
await Relay.init({
databasePath: "relay.db",
insertBatchSize: 100
insertBatchSize: 100,
});
} catch (e) {
console.error(e);