Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon committed Jan 25, 2024
1 parent 356e4d4 commit 3a60c3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/main.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
local config = require 'config.server'
local sharedConfig = require 'config.shared'
---@alias source number

Expand All @@ -19,7 +18,7 @@ end

local function registerArmory()
for _, armory in pairs(sharedConfig.locations.armory) do
exports.ox_inventory:RegisterShop(armory.name, armory)
exports.ox_inventory:RegisterShop(armory.name, armory)
end
end

Expand Down

0 comments on commit 3a60c3a

Please sign in to comment.