mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
style: imporve tsconfig (#4358)
This commit is contained in:
@@ -20,7 +20,7 @@ const baseAtom = atom<Collection[]>([]);
|
||||
|
||||
const mockAtom: CollectionsAtom = atom(
|
||||
get => get(baseAtom),
|
||||
async (get, set, update) => {
|
||||
async (_, set, update) => {
|
||||
set(baseAtom, update);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user