Skip to content

Commit

Permalink
Merge pull request #1057 from ds-wizard/hotfix/4.2.1
Browse files Browse the repository at this point in the history
Hotfix 4.2.1
  • Loading branch information
janslifka committed Jan 24, 2024
2 parents 1727bf8 + 6cbcd9c commit 616cc9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions engine-shared/elm/Shared/Api/TypeHints.elm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Json.Decode as D
import Json.Encode as E
import Json.Encode.Extra as E
import Shared.AbstractAppState exposing (AbstractAppState)
import Shared.Api exposing (ToMsg, jwtFetch)
import Shared.Api exposing (ToMsg, jwtOrHttpFetch)
import Shared.Data.Event as Event exposing (Event)
import Shared.Data.TypeHint as TypeHint exposing (TypeHint)

Expand All @@ -27,4 +27,4 @@ fetchTypeHints mbPackageId events questionUuid q =
, ( "q", E.string q )
]
in
jwtFetch "/typehints" (D.list TypeHint.decoder) data
jwtOrHttpFetch "/typehints" (D.list TypeHint.decoder) data
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine-frontend",
"version": "4.2.0",
"version": "4.2.1",
"repository": "https://github.com/ds-wizard/engine-frontend",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 616cc9a

Please sign in to comment.