Skip to content

Commit

Permalink
fix bug to save merchat id and tokens in the db
Browse files Browse the repository at this point in the history
  • Loading branch information
ajibadeabd committed Jul 17, 2024
1 parent 0b37c70 commit 908349c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion database/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class SallaDatabase {
{ user: user_id, ...data },
{ upsert: true, new: true }
).then(results => {
console.log(results);
return results
});
} catch (err) {
Expand Down
1 change: 0 additions & 1 deletion helpers/ORMs/Mongoose/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require("./schemas/oauthtokens");



console.log( `mongodb+srv://${username}:${password}@${server}/${database}`)

class Database {
constructor() {
Expand Down

0 comments on commit 908349c

Please sign in to comment.