mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
Minor cleanup
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ ESX.RegisterServerCallback('esx_joblisting:getJobsList', function(source, cb)
|
||||
|
||||
for i=1, #result, 1 do
|
||||
table.insert(data, {
|
||||
value = result[i].name,
|
||||
label = result[i].label
|
||||
job = result[i].name,
|
||||
label = result[i].label
|
||||
})
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user