Skip to content

Commit

Permalink
Fix errors since v0.19.13 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: Fons van der Plas <[email protected]>
  • Loading branch information
disberd and fonsp authored Nov 1, 2022
1 parent 29e9874 commit 436c873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GitHubActions = "0.1"
Glob = "1"
HTTP = "^1.0.2"
JSON = "0.21"
Pluto = "0.19.10"
Pluto = "0.19.13"
TerminalLoggers = "0.1"
julia = "1.6"

Expand Down
2 changes: 1 addition & 1 deletion src/HTTPRouter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function make_router(
only_relevant(sesh.run.original_state),
only_relevant(new_state),
)
patches_as_dicts::Array{Dict} = patches
patches_as_dicts::Array{Dict} = Firebasey._convert(Array{Dict},patches)

HTTP.Response(
200,
Expand Down

0 comments on commit 436c873

Please sign in to comment.