Skip to content

Commit

Permalink
fixed settings not getting retunred
Browse files Browse the repository at this point in the history
  • Loading branch information
imagineeeinc committed Oct 8, 2024
1 parent e5af7db commit 1642871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ export function settingsSave(data) {
}
export async function settingsLoad() {
const data = await adapter.settingsRetrive()
return data.value
return data
}

0 comments on commit 1642871

Please sign in to comment.