We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4affdbc + 045e72c commit db320c7Copy full SHA for db320c7
atcoder-problems-frontend/src/pages/Internal/VirtualContest/ContestUpdatePage.tsx
@@ -26,7 +26,7 @@ interface Props {
26
contestId: string;
27
}
28
29
-const createAndUpdateContest = async (
+const updateContest = async (
30
request: Request,
31
problems: VirtualContestItem[]
32
) => {
@@ -91,7 +91,7 @@ export const ContestUpdatePage = (props: Props) => {
91
publicState,
92
penaltySecond,
93
}) => {
94
- const status = await createAndUpdateContest(
+ const status = await updateContest(
95
{
96
id: contestId,
97
title,
0 commit comments