From d26836cd95e981d636006652927773c7943e77ce Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 30 Jul 2021 16:51:27 +0200 Subject: Refactor notifier --- server/lib/notifier/shared/common/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 server/lib/notifier/shared/common/index.ts (limited to 'server/lib/notifier/shared/common/index.ts') diff --git a/server/lib/notifier/shared/common/index.ts b/server/lib/notifier/shared/common/index.ts new file mode 100644 index 000000000..0b2570278 --- /dev/null +++ b/server/lib/notifier/shared/common/index.ts @@ -0,0 +1 @@ +export * from './abstract-notification' -- cgit v1.2.3