Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Feb 21, 2024
1 parent 0660359 commit c3fc85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
SkyblockInventoryItem: require('./structures/SkyBlock/SkyblockInventoryItem.js'),
SkyblockPet: require('./structures/SkyBlock/SkyblockPet'),
GovernmentData: require('./structures/SkyBlock/Static/Government.js'),
Candidate: require('./structures/Skyblock/Static/Candidate.js'),
Candidate: require('./structures/SkyBlock/Static/Candidate.js'),
BingoData: require('./structures/SkyBlock/Static/BingoData.js'),
Bingo: require('./structures/SkyBlock/Static/Bingo.js'),

Expand Down

0 comments on commit c3fc85b

Please sign in to comment.