From eaa1f7c4449cea17c0e505aadd62234fc6e6f536 Mon Sep 17 00:00:00 2001 From: GeekaN2 Date: Sat, 8 Nov 2025 03:09:05 +0300 Subject: [PATCH 1/3] fix: remove payload.release convert in eventsFactory --- src/models/eventsFactory.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/models/eventsFactory.js b/src/models/eventsFactory.js index 5374be0b..d59e1b0f 100644 --- a/src/models/eventsFactory.js +++ b/src/models/eventsFactory.js @@ -321,14 +321,7 @@ class EventsFactory extends Factory { ? { $expr: { $eq: [ - { - $convert: { - input: '$event.payload.release', - to: 'string', - onError: '', - onNull: '', - }, - }, + '$event.payload.release', String(release), ], }, From ce4487d7bbe24b1d65211f77129dc3af9def7c34 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 00:10:43 +0000 Subject: [PATCH 2/3] Bump version up to 1.2.21 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3126a1f..5ad97674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hawk.api", - "version": "1.2.20", + "version": "1.2.21", "main": "index.ts", "license": "BUSL-1.1", "scripts": { From 4849d41d37cdf5bb72a20948e91c8aedfadde7a8 Mon Sep 17 00:00:00 2001 From: GeekaN2 Date: Sat, 8 Nov 2025 03:12:48 +0300 Subject: [PATCH 3/3] chore: run ci --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cbde45c..ccc2d22d 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ To execute the request, enter it in the input field on the left and click on the On the right side you will see the result of the query. ## GraphQL Voyager -You can view API Schema visualization in `/voyager` page in your browser. -To see current production schema go to [here](https://api.beta.hawk.so/voyager) +You can view API Schema visualization in `/voyager` page in your browser. To see current production schema go to [here](https://api.beta.hawk.so/voyager) ## Migrations