fix: type consistency

This commit is contained in:
Namekuji 2023-09-25 19:02:42 -04:00
parent 08d29f6da1
commit 6f5c8a8917
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -222,7 +222,7 @@ impl Initializer {
} }
let mut notes = notes.stream(&db).await?; let mut notes = notes.stream(&db).await?;
let mut copied: i64 = 0; let mut copied: u64 = 0;
while let Some(note) = notes.try_next().await? { while let Some(note) = notes.try_next().await? {
copied += 1; copied += 1;