mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 05:15:11 +00:00
fix(server): fix import crypto in pub sub manager (#5111)
This commit is contained in:
parent
bce81bd4ca
commit
845a6bd447
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user