Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Jun 20, 2024
1 parent 7f6f5ec commit 5ca3f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolvers/hideoutResolver.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
}
},
RequirementHideoutStationLevel: {
station(data, args, context) {
station(data, args, context, info) {
return context.data.hideout.getStation(context, info, data.station);
}
},
Expand Down

0 comments on commit 5ca3f3c

Please sign in to comment.