Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Oct 8, 2024
1 parent c2e2463 commit 3ea3643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/util/mcache/localStorageUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ export function useLocalStorageTenant(): [returnSet<string>, returnGet<string>]
const getFn: returnGet<string> = () => get<string>(YZ_TENANT_KEY);
return [setFn, getFn];
}

0 comments on commit 3ea3643

Please sign in to comment.