pl-fe: don't assume everything that looks like a crypto address is a crypto address
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -70,7 +70,6 @@ const getAsyncRefreshHeader = (response: Pick<Response, 'headers'>): AsyncRefres
|
||||
return null;
|
||||
};
|
||||
|
||||
|
||||
interface RequestBody<Params = Record<string, any>> {
|
||||
method?: 'GET' | 'POST' | 'PATCH' | 'PUT' | 'DELETE';
|
||||
body?: any;
|
||||
|
||||
Reference in New Issue
Block a user