mirror of https://github.com/msgbyte/tailchat
fix: invalid user id will broken all userId info query problem
parent
d79a62bf45
commit
de63b312ad
@ -1,4 +1,4 @@
|
||||
import { buildCachedRegFn, buildRegFn } from '../buildRegFn';
|
||||
import { buildCachedRegFn, buildRegFn } from '../buildReg';
|
||||
|
||||
describe('buildRegFn should be ok', () => {
|
||||
test('normal', () => {
|
Loading…
Reference in New Issue