Skip to content

Commit

Permalink
fix(all): Create bot working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jul 18, 2023
1 parent 91db185 commit 88c8a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core.gbapp/services/GBSSR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export class GBSSR {
}
return true;
} else {
GBLogEx.info(min, `HTTP 404: ${req.url}.`);
GBLogEx.verbose(min, `HTTP 404: ${req.url}.`);
res.status(404);
res.end();
}
Expand Down

0 comments on commit 88c8a29

Please sign in to comment.