Skip to content

Commit

Permalink
fix test:lint add @typescript-eslint/no-unsafe-argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ogerly committed Jun 29, 2024
1 parent ec23d05 commit 5659428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/stores/roomsStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const useRoomsStore = defineStore('rooms', () => {
// console.log('test', test)
// console.log('refetchRooms', openRoomsQueryResult.value)
if (openRoomsQueryResult.value) {
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-argument
setRooms(openRoomsQueryResult.value.openRooms)
}
} catch (error) {
Expand Down

0 comments on commit 5659428

Please sign in to comment.