Skip to content

Commit

Permalink
fix manual print
Browse files Browse the repository at this point in the history
  • Loading branch information
CappeDiem committed Feb 13, 2024
1 parent 3f8e78d commit bac5414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions print.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ function print(users) {
})
})
}
function printDept(users) {
getData("users", {}, {nocreate: true, all: true}).then(async (user) => {
function printDept() {
getData("users", {}, {nocreate: true, all: true}).then(async (users) => {
print(users)
return
})
Expand Down

0 comments on commit bac5414

Please sign in to comment.