From 8d2697d1c9d128299416d083ad09fab8850d58f4 Mon Sep 17 00:00:00 2001 From: Mikhail Gladchenko Date: Tue, 16 May 2023 11:30:22 +0100 Subject: [PATCH] Small update --- src/services/OrionAggregator/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/OrionAggregator/index.ts b/src/services/OrionAggregator/index.ts index dba6f9f..34a48dd 100644 --- a/src/services/OrionAggregator/index.ts +++ b/src/services/OrionAggregator/index.ts @@ -87,7 +87,7 @@ class OrionAggregator { return fetchWithValidation( url.toString(), - z.array(z.string()), + z.array(z.string().toUpperCase()), ); };