ecrs-auth-core 1.0.96 → 1.0.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth.service.js +1 -1
- package/package.json +1 -1
package/dist/auth.service.js
CHANGED
|
@@ -166,7 +166,7 @@ let AuthService = class AuthService {
|
|
|
166
166
|
console.log(`🔍 Checking module access for user ID ${userId} and module ID ${moduleId}...`);
|
|
167
167
|
try {
|
|
168
168
|
const result = await this.moduleAccessRepo.query(`SELECT 1
|
|
169
|
-
FROM
|
|
169
|
+
FROM tbl_c_user_module_access_new
|
|
170
170
|
WHERE user_id = $1
|
|
171
171
|
AND module_id = $2
|
|
172
172
|
AND status = 1
|