Skip to content

Commit

Permalink
Fixed Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lodewiges committed Oct 27, 2024
1 parent c5c11e3 commit cbf40b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/tools/study-room-presence.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ const StudyRoomPresence = Component.extend({
},

Check warning on line 119 in app/components/tools/study-room-presence.js

View check run for this annotation

Codecov / codecov/patch

app/components/tools/study-room-presence.js#L118-L119

Added lines #L118 - L119 were not covered by tests
});

export default studyRoomPresence;
export default StudyRoomPresence;

0 comments on commit cbf40b0

Please sign in to comment.