Skip to content

Commit cb3e45c

Browse files
committed
lint
1 parent 17b45c2 commit cb3e45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common-ui/src/components/StudySession.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export default defineComponent({
285285
}
286286
})
287287
)
288-
).filter((s) => s !== null)
288+
).filter((s: unknown) => s !== null)
289289
);
290290
291291
this.timeRemaining = this.sessionTimeLimit * 60;

0 commit comments

Comments
 (0)