From d76670df8b717de8e2acf3c8dc7d65fa2219f94b Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Fri, 21 Jun 2024 10:10:32 +0200 Subject: [PATCH] Test Gravity in CI checking Redis logs --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c117ded..a43d197 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,3 @@ import lodash from "lodash"; -console.log(lodash.merge({ a: 1 }, { b: 2 })); +console.log(lodash.merge({ a: 1 }, { b: 2 }, { c: 3 }));