aboutsummaryrefslogtreecommitdiff
path: root/src/typings
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-06 13:27:41 -0500
committerbobzel <zzzman@gmail.com>2023-12-06 13:27:41 -0500
commite5c2c25f9d27e718eb34ec5f05c72c4cd1c22987 (patch)
treead963e54d1100841c677b248c88cacaa945ac2da /src/typings
parentb80d27912cd6d8bc4fe039e52d16582bfbe72c74 (diff)
catch mongo errors. delete (some) sessions from mongo. more package updates. cleanup of express-validator.
Diffstat (limited to 'src/typings')
-rw-r--r--src/typings/index.d.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/typings/index.d.ts b/src/typings/index.d.ts
index 6a1afbb03..97d3954c9 100644
--- a/src/typings/index.d.ts
+++ b/src/typings/index.d.ts
@@ -14,8 +14,6 @@ declare module 'react-reveal';
declare module 'react-reveal/makeCarousel';
declare module 'react-resizable-rotatable-draggable';
declare module '@hig/flyout';
-declare module 'uuid/v4';
-declare module 'uuid/v5';
declare module 'express-flash';
declare module 'connect-flash';
declare module 'connect-mongo';