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