Rename some utils to match others

This commit is contained in:
Vortrex
2022-04-26 10:21:09 -05:00
parent 422baa01a3
commit e4ef0c4dfa
3 changed files with 4 additions and 4 deletions

View File

@@ -2229,7 +2229,7 @@ function saveJobUniformToDatabase(jobUniformData) {
// ===========================================================================
function saveJobsToDatabase() {
function saveAllJobsToDatabase() {
for(let i in getServerData().jobs) {
saveJobToDatabase(getServerData().jobs[i]);