Skip to content

Commit 8e8f542

Browse files
Apply suggestion from @greptile-apps[bot]
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 853f0fa commit 8e8f542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/filterAST/store/__tests__/filterStore.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useFilterStore, type FilterState } from "../filterStore";
44

55
// Helper to access state outside React
66
const getState = () => useFilterStore.getState();
7-
const setState = (partial: Partial<FilterState>) => useFilterStore.setState(partial as any);
7+
const getState = () => useFilterStore.getState();
88

99
describe("useFilterStore", () => {
1010
beforeEach(() => {

0 commit comments

Comments
 (0)