chore: Remove unnecessary take() call

This commit is contained in:
Henrik Friedrichsen
2025-02-26 20:13:02 +01:00
parent dc24116f9f
commit 84a8e6443c

View File

@@ -382,7 +382,6 @@ impl WebApi {
Some(offset),
)
})
.take()
.ok_or(())
}