Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arodab committed Oct 19, 2024
1 parent 014ec2a commit 5e281b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/minions/fishingActivity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const fishingTask: MinionTask = {
quantity: z.number().min(1)
}),
async run(data: FishingActivityTaskOptions) {
let { fishID, userID, channelID, Qty, loot = [], flakesToRemove } = data;
const { fishID, userID, channelID, Qty, loot = [], flakesToRemove } = data;

const user = await mUserFetch(userID);
const fishLvl = user.skillLevel(SkillsEnum.Fishing);
Expand Down

0 comments on commit 5e281b0

Please sign in to comment.