mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-02-01 19:15:07 +01:00
fix: async error function had too many arguments
This commit is contained in:
@@ -44,9 +44,7 @@ interface UpdateGameDataParams {
|
|||||||
customOriginalHeroPath?: string | null;
|
customOriginalHeroPath?: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
const updateGameData = async (
|
const updateGameData = async (params: UpdateGameDataParams): Promise<Game> => {
|
||||||
params: UpdateGameDataParams
|
|
||||||
): Promise<Game> => {
|
|
||||||
const {
|
const {
|
||||||
gameKey,
|
gameKey,
|
||||||
existingGame,
|
existingGame,
|
||||||
|
|||||||
Reference in New Issue
Block a user