Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Nov 22, 2023
1 parent bc74fc4 commit 02cc134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ mod tests {
assert_regex_match!(
Foo.page(Arc::new(PageConfig {
chain: Chain::Mainnet,
csp_origin: None
csp_origin: None,
domain: None,
index_sats: false,
})),
Expand Down

0 comments on commit 02cc134

Please sign in to comment.