fix
This commit is contained in:
		| @@ -33,10 +33,7 @@ query.beforeRequest = async (config) => { | ||||
|   return config; | ||||
| }; | ||||
| query.afterResponse = async (response, ctx) => { | ||||
|   if (response.code === 401) { | ||||
|     console.log('401 after', response); | ||||
|   } | ||||
|   return response as any; | ||||
|   return await queryLogin.run401Action(response, ctx); | ||||
| }; | ||||
| export const queryLogin = new QueryLoginNode({ | ||||
|   query: query as any, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user