Skip to content

Commit

Permalink
fix error parsing glue
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosell committed Aug 2, 2024
1 parent 3cb0c39 commit 6bc1a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ambhtmx.R
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ process_loggedin_middleware <- \(

if (is_debug_enabled()) {
cat(glue::glue("\req$cookie[[cookie_loggedin]] is {req$cookie[[cookie_loggedin]]}\n\n"))
cat(glue::glue("\nreq$loggedin <- {req$loggedin]}\n\n"))
cat(glue::glue("\nreq$loggedin <- {req$loggedin}\n\n"))
}
}

Expand Down

0 comments on commit 6bc1a32

Please sign in to comment.