Import path fix

This commit is contained in:
2026-02-25 12:35:21 -05:00
parent b522e5064a
commit 0a63e05028
8 changed files with 14 additions and 129 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
'use strict';
const Table = require('../utils/redis_model');
const Table = require('.');
const bcrypt = require('bcrypt');
const saltRounds = 10;