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 GitHub
parent 3b4b2ebea9
commit 7276322117
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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';