Skip to content

Commit

Permalink
[Strawberry] ~ Fix Bank
Browse files Browse the repository at this point in the history
Correção extra que impede de abusar do sistema de obtenção de recursos do banco.

Caso detectem erros, favor avisar, assim faço as correções o mais rápido que puder.
  • Loading branch information
KillovSky committed Apr 11, 2024
1 parent 3294499 commit 89dfaae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
4 changes: 2 additions & 2 deletions lib/Commands/Bank/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ async function notSafeBank(
)

/* Pagar os outros ou por no banco, tem valor pra isso */
|| (
numericValue <= leveling[element.substring(1)]
|| (!arks.includes('-get')
&& numericValue <= leveling[element.substring(1)]
&& leveling[element.substring(1)] > 0
)
);
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@
],
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0"
"eslint-config-airbnb-base": "^15.0.0"
},
"directories": {
"lib": "lib"
Expand Down

0 comments on commit 89dfaae

Please sign in to comment.