Updates
This commit is contained in:
@@ -1 +1 @@
|
||||
export const responseJson = (response: Response) => response.json();
|
||||
export const responseJson = (response: Response | undefined) => (response && response.json()) || {};
|
||||
|
||||
Reference in New Issue
Block a user