From 275fac75149946290ecbcd86025284df5b94b4e2 Mon Sep 17 00:00:00 2001 From: Houssene Dao Date: Thu, 16 Dec 2021 14:58:15 +0000 Subject: [PATCH] fix(): conflict error --- lib/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/index.ts b/lib/index.ts index b7080d42..9f10d2e6 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -1,6 +1,3 @@ -<<<<<<< HEAD -======= export * from './interfaces'; ->>>>>>> chore(): nestjs notify process export * from './nestjs-notify.module'; export * from './nestjs-notify.service';