Skip to content

Commit

Permalink
Fix for ASF swagger changes - currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi authored Feb 12, 2025
1 parent 1bf87dd commit 88995f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/asf.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const actions = {
}
},
setCurrencyCodes: async ({ commit }) => {
const codes = await getDefinitions('SteamKit2.ECurrencyCode');
const codes = await getDefinitions('ECurrencyCode');
commit('updateCurrencyCodes', codes);
},
};
Expand Down

0 comments on commit 88995f5

Please sign in to comment.