Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Oct 29, 2023
1 parent 7518e44 commit 24ddcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-portal/backend/public/allinlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function upsertDb(key, value) {
});
}

async function listDb(key, value) {
async function listDb() {
return new Promise((res, rej) => {
const mId = nextMessageId();

Expand Down

0 comments on commit 24ddcaf

Please sign in to comment.