Qbox-project / qbx_garages

GNU General Public License v3.0
8 stars 36 forks source link

Fixed job and gang garages #116

Closed Thomasdev18 closed 4 months ago

Thomasdev18 commented 4 months ago

Description

Addresses a typo in the configuration table for garage groups. Previously, the garage groups configuration was set incorrectly, causing garage.groups to be received as nil

Changes Made: Corrected the typo in the Config from group to groups.

This fix ensures that garage.groups is now correctly recognized and populated, preventing it from being received as nil.