Skip to content

Commit

Permalink
fix(#151): example change
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Dec 3, 2024
1 parent a251ebb commit de39d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/docker/docker.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class DockerController {
async getDockersTest2(): Promise<string> {
try {
const gitToken = this.configService.get<string>('GIT_TOKEN');
const inputs = ['1 1 1 1', '1 1 1 1', '1 1 1 1', '1 1 1 1'];
const inputs = [];
const value = await this.dockerProducer.getDocker(
gitToken,
'7f93da28e2522409a2274eff51b5dc20',
Expand Down

0 comments on commit de39d08

Please sign in to comment.