Skip to content

Commit 3f0f6f7

Browse files
committed
not a partial
1 parent 5a124a0 commit 3f0f6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/providers/selfClientProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { unsafe_getPrivateKey } from './authProvider';
2727
*/
2828
export const SelfClientProvider = ({ children }: PropsWithChildren) => {
2929
const config = useMemo(() => ({}), []);
30-
const adapters: Partial<Adapters> = useMemo(
30+
const adapters: Adapters = useMemo(
3131
() => ({
3232
scanner: webScannerShim,
3333
network: {

0 commit comments

Comments
 (0)