Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Nov 24, 2023
1 parent 81c8fd8 commit f9a7743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lib.callback.register('qbx_ambulancejob:server:isBedTaken', function(_, hospital
return hospitalBedsTaken[hospitalName][bedIndex]
end)

lib.callback.register('qbx_ambulancejob:server:getPlayerStatus', function(_, targetSrc),
lib.callback.register('qbx_ambulancejob:server:getPlayerStatus', function(_, targetSrc)
return exports.qbx_medical:getPlayerStatus(targetSrc)
end)

Expand Down

0 comments on commit f9a7743

Please sign in to comment.