fix(server): fix import crypto in pub sub manager (#5111)

This commit is contained in:
Junyi 2024-08-22 23:46:39 +08:00 committed by mytharcher
parent bce81bd4ca
commit 845a6bd447

View File

@ -7,6 +7,7 @@
* For more information, please refer to: https://www.nocobase.com/agreement.
*/
import crypto from 'node:crypto';
import _ from 'lodash';
import { type PubSubManagerSubscribeOptions } from './types';