We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56811e commit 3f35ba8Copy full SHA for 3f35ba8
phpmyfaq/admin/assets/src/api/upgrade.ts
@@ -115,7 +115,7 @@ export const startTemporaryBackup = async (): Promise<Response> => {
115
},
116
});
117
118
- return await response.json();
+ return response;
119
} catch (error) {
120
throw error;
121
}
@@ -131,7 +131,7 @@ export const startInstallation = async (): Promise<Response> => {
131
132
133
134
135
136
137
@@ -147,7 +147,7 @@ export const startDatabaseUpdate = async (): Promise<Response> => {
147
148
149
150
151
152
153
0 commit comments