Skip to content

Commit

Permalink
config: set accounts reports max high from 150 to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Hojagulyyev committed Dec 8, 2023
1 parent c570910 commit 8ca3124
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/git/git_merge_dev_push_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ fi
# ===== PROCESS =====

git checkout main
git pull origin main
git merge dev
git push origin main
git checkout dev
Expand Down
2 changes: 1 addition & 1 deletion templates/clans/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ <h2 class="section-title">Overview</h2>
fontSize: 12,
fontStyle: 500,
min: 0,
max: 150,
max: 100,
stepSize: 10
}
}
Expand Down

0 comments on commit 8ca3124

Please sign in to comment.