aboutsummaryrefslogtreecommitdiff
path: root/src/modules/router/ticker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/router/ticker.rs')
-rw-r--r--src/modules/router/ticker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/router/ticker.rs b/src/modules/router/ticker.rs
index 4297086..d193c9b 100644
--- a/src/modules/router/ticker.rs
+++ b/src/modules/router/ticker.rs
@@ -18,7 +18,7 @@
use crate::DATABASE;
-pub fn module(context: &windmark::returnable::CallbackContext<'_>) {
+pub fn module(context: &windmark::context::HookContext<'_>) {
let url_path = if context.url.path().is_empty() {
"/"
} else {