We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70730c6 commit dee5efcCopy full SHA for dee5efc
src/(actions)/builder/choice/choice.ts
@@ -14,6 +14,10 @@ export const publishGameCall = async (gameId: number) => {
14
`${process.env.NEXT_PUBLIC_BACKEND_API}${publish.path(gameId)}`,
15
{ method: publish.METADATA.method }
16
);
17
+ return {
18
+ success: true,
19
+ message: "게임 게시에 성공했습니다.",
20
+ };
21
} catch (error) {
22
console.error(error);
23
return {
0 commit comments