fix: add getInitilized to white list

This commit is contained in:
zerosoul
2022-06-06 22:13:58 +08:00
parent 1c784ab084
commit 6a6427cc05
+1
View File
@@ -17,6 +17,7 @@ const whiteList = [
"getOpenid",
"getMetamaskNonce",
"renew",
"getInitialized",
];
const baseQuery = fetchBaseQuery({
baseUrl: BASE_URL,