Skip to content

Commit

Permalink
refactor: unused decorator delete
Browse files Browse the repository at this point in the history
[#16]
  • Loading branch information
LuizyHub authored and flydog98 committed Dec 6, 2023
1 parent d7554e2 commit a2add61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/backend/src/containers/containers.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import shellEscape from 'shell-escape';
import { v4 as uuidv4 } from 'uuid';
import { ActionType } from '../session/schema/session.schema';
import { CommandService } from '../command/command.service';
import { MeasureExecutionTime } from '../common/execution-time.interceptor';

const DOCKER_QUIZZER_COMMAND = 'docker exec -w /home/quizzer/quiz/ -u quizzer';
const RETRY_DELAY = 500;
Expand Down Expand Up @@ -150,7 +149,6 @@ export class ContainersService {
return containerId;
}

@MeasureExecutionTime()
async getContainer(
quizIdParam: number | string,
retry = MAX_RETRY,
Expand Down

0 comments on commit a2add61

Please sign in to comment.