Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 19, 2024
1 parent a2a472e commit a6c1571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/lendings/lendings.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
intSchema,
limitSchema,
positiveSchema,
} from 'src/dto'
} from 'src/dto';

const lendingIdSchema = intSchema.describe('대출 기록 고유 ID');
const conditionSchema = extendApi(z.string().describe('도서 상태'), {

Check warning on line 28 in backend/src/lendings/lendings.controller.ts

View check run for this annotation

Codecov / codecov/patch

backend/src/lendings/lendings.controller.ts#L27-L28

Added lines #L27 - L28 were not covered by tests
Expand Down

0 comments on commit a6c1571

Please sign in to comment.