1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Fixing build issue.

This commit is contained in:
mike12345567 2023-02-24 13:55:36 +00:00
parent 8853776c79
commit a293d3842f

View file

@ -17,5 +17,5 @@ export { default as builderOrAdmin } from "./builderOrAdmin"
export { default as builderOnly } from "./builderOnly"
export { default as logging } from "./logging"
export { default as errorHandling } from "./errorHandling"
export { default as downloadBody } from "./downloadBody"
export { default as querystringToBody } from "./querystringToBody"
export * as joiValidator from "./joi-validator"