Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Dec 22, 2024
1 parent d345a5b commit e7e58ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/router_scratch.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ router.get("/projectinfo2", async function (req, res, next) {
await configManager.getConfig("security.jwttoken")
);
logger.debug(project_token);
jsonscratch = {
var jsonscratch = {
id: result.id,
title: result.title,
description: result.description,
Expand Down

0 comments on commit e7e58ac

Please sign in to comment.