Browse Source

fix: schema _Session

ryanemax 8 months ago
parent
commit
eb964587bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/db/schemas/_Session.js

+ 1 - 1
server/db/schemas/_Session.js

@@ -22,4 +22,4 @@ export const _Session = {
         }
     }
 }
-module.exports._Role = _Role
+module.exports._Session = _Session