Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 28, 2024
1 parent 632909c commit 1e90c9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions moon.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "tiye/respo-workflow",
"version": "0.1.0",
"deps": {
"tiye/respo": "0.0.13",
"tiye/dom-ffi": "0.0.4"
"tiye/respo": "0.0.17",
"tiye/dom-ffi": "0.0.6"
},
"readme": "README.md",
"repository": "",
Expand Down
6 changes: 3 additions & 3 deletions src/main/main.mbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ fn main {
app.store.val.update(op)
},
)
let dev_mode = @dom_ffi.get_url_search_params(
window.get_location().get_search(),
).get("mode")
let dev_mode = @dom_ffi.new_url_search_params(window.location().search()).get(
"mode",
)
@dom_ffi.log("dev mode: " + dev_mode.to_string())
}

0 comments on commit 1e90c9f

Please sign in to comment.