From 5c30e3c2c5675b49fc92e66f9092227027391385 Mon Sep 17 00:00:00 2001 From: 101 Date: Sun, 15 Sep 2024 01:31:20 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EB=B9=8C=EB=93=9C=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/repo/whopper/infrastructure/mongo/MongoUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/repo/whopper/infrastructure/mongo/MongoUtils.java b/src/main/java/com/repo/whopper/infrastructure/mongo/MongoUtils.java index c4bd2a08..1a3157b4 100644 --- a/src/main/java/com/repo/whopper/infrastructure/mongo/MongoUtils.java +++ b/src/main/java/com/repo/whopper/infrastructure/mongo/MongoUtils.java @@ -8,4 +8,4 @@ public interface MongoUtils { Stream find(Query query, Class targetClass); BulkOperations bulkOps(Class targetClass); -} +} \ No newline at end of file