Skip to content

Commit bb5b54c

Browse files
committed
Fix compilation after ftml upgrade.
1 parent a1b5ede commit bb5b54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepwell/src/services/link/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ async fn count_connections(
471471
PageRef {
472472
site: site_slug,
473473
page: page_slug,
474-
}: &PageRef<'_>,
474+
}: &PageRef,
475475
connection_type: ConnectionType,
476476
connections: &mut HashMap<(i64, ConnectionType), i32>,
477477
connections_missing: &mut HashMap<(i64, String, ConnectionType), i32>,

0 commit comments

Comments
 (0)