返回提交历史
Modified
src/controllers/api/claimCompletedRecipeController.ts
+0
-3
XFEstudio/XFESpaceNinjaServer
chore: remove unnecessary comment at beginning of claimCompletedRecipeController (#3366)
Kinda unusual to start a file like that, besides that the file name itself is already self-explanatory without that comment. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3366 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com> Co-committed-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com>
4b992a22
代码差异
1 个文件
+0
-3
@@ -1,6 +1,3 @@
1
//this is a controller for the claimCompletedRecipe route
2
//it will claim a recipe for the user
3
4
1
import type { RequestHandler } from "express";
5
2
import { logger } from "../../utils/logger.ts";
6
3
import { getRecipe } from "../../services/itemDataService.ts";