Enable strict mode for server

This commit is contained in:
Vortrex
2022-07-15 05:57:30 -05:00
parent e6be6d7241
commit 883cac8f47

View File

@@ -8,6 +8,8 @@
// TYPE: Shared (JavaScript)
// ===========================================================================
"use strict";
// Label Types
const AGRP_LABEL_JOB = 1;
const AGRP_LABEL_BUSINESS = 2;