From 41458b8cb6dad4cb6e2fe48d07c36d0772d3672f Mon Sep 17 00:00:00 2001 From: zhumeisongsong Date: Tue, 19 Nov 2024 21:16:07 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20mongoose-user?= =?UTF-8?q?=20to=20mongoose-users?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/users/infrastructure/mongoose/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/users/infrastructure/mongoose/src/index.ts b/libs/users/infrastructure/mongoose/src/index.ts index ac4244f..9310eb9 100644 --- a/libs/users/infrastructure/mongoose/src/index.ts +++ b/libs/users/infrastructure/mongoose/src/index.ts @@ -1,2 +1,2 @@ -export * from './lib/mongoose-user.repository'; +export * from './lib/mongoose-users.repository'; export * from './lib/user.schema'; \ No newline at end of file