XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

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
Animan8000 <187183497+Veniman8000@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -3
Modified src/controllers/api/claimCompletedRecipeController.ts +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";