mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 01:43:51 +02:00
Merge branch 'develop' into develop
This commit is contained in:
@@ -9,7 +9,6 @@ interface Response {
|
||||
}
|
||||
|
||||
export default (uuid: string, initialData?: Response) => useSWR([ uuid, '/startup' ], async (): Promise<Response> => {
|
||||
console.log('firing getServerStartup');
|
||||
const { data } = await http.get(`/api/client/servers/${uuid}/startup`);
|
||||
|
||||
const variables = ((data as FractalResponseList).data || []).map(rawDataToServerEggVariable);
|
||||
|
||||
Reference in New Issue
Block a user