Skip to content

Commit fc4c79f

Browse files
mikejamesthompsonpaulrobertlloyd
authored andcommitted
Fix linting error in patient model
1 parent 98406b5 commit fc4c79f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/patient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export class Patient extends Child {
200200
)
201201
}
202202

203-
let move;
203+
let move
204204
if (this.context.moves) {
205205
move = Move.findAll(this.context).find(
206206
(move) => move.patient_uuid === this.uuid

0 commit comments

Comments
 (0)