Conflig error

I tried to modify the conflig.lua of my police script but now it throws this error and i dont know what is wrong can anyone help please?
image
this a location of an error it throws in F8


here is a config.lua if anyone wants to take a look at it
config.lua (29.5 KB)

Your issue is prior to that line. The file is expecting a table closure } prior to you initializing a new table.

    },
    armory = {
      ...
    }