Skip to content

Commit

Permalink
Fix prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Feb 28, 2024
1 parent f759ed6 commit 50a8c18
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/controllers/technique.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ export class TechniqueController {
title: 'LoopbackCondtionOnPIDs',
properties: {
pid: {
type: 'object',
type: 'object',
properties: {
loopbackCondtionOnPIDs: {
type: 'object'
}
}
}
}
type: 'object',
},
},
},
},
},
},
},
Expand Down

0 comments on commit 50a8c18

Please sign in to comment.