mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-01 08:08:49 +01:00
refactor(PluginService): update crypto imports for better organization
This commit is contained in:
parent
b2f7f5c904
commit
ad6716f6ef
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
const mongoose = require('mongoose');
|
||||
const { encrypt, decrypt } = require('~/server/utils/');
|
||||
const { encrypt, decrypt } = require('~/server/utils/crypto');
|
||||
const { logger } = require('~/config');
|
||||
|
||||
const PluginAuth = require('~/db/models').PluginAuth;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue