mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +00:00
fix: removing async promise
This commit is contained in:
@@ -5,7 +5,7 @@ const createDownloadSource = async (
|
||||
_event: Electron.IpcMainInvokeEvent,
|
||||
url: string
|
||||
) => {
|
||||
return HydraApi.post("/profile/download-sources", {
|
||||
await HydraApi.post("/profile/download-sources", {
|
||||
url,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user