Skip to content

Commit 91f05eb

Browse files
authored
Update core/database/foxx/api/tag_router.js
1 parent 3a4cbd9 commit 91f05eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/database/foxx/api/tag_router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ router
1818
.post("/search", function (req, res) {
1919
let client = null;
2020
let result = null;
21-
let total = null;
21+
let tot = null;
2222
try {
2323
client = req.queryParams.client
2424
? g_lib.getUserFromClientID(req.queryParams.client)

0 commit comments

Comments
 (0)