update docker-compose (#1414)

This commit is contained in:
Archer
2024-05-09 15:52:15 +08:00
committed by GitHub
parent 2155489be3
commit afe5039cd3
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ export const checkTimerLock = async ({
timerId,
lockMinuted
}: {
timerId: `${TimerIdEnum}`;
timerId: TimerIdEnum;
lockMinuted: number;
}) => {
try {