We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422bbfd commit 27bf487Copy full SHA for 27bf487
1 file changed
bathbot/src/manager/redis/mod.rs
@@ -425,6 +425,10 @@ const _: () = {
425
}
426
427
428
+ if stream.is_none() {
429
+ return Ok(None);
430
+ }
431
+
432
CachedArchive::new(bytes)
433
.map(Some)
434
.map_err(RedisError::Validation)
@@ -473,6 +477,10 @@ const _: () = {
473
477
474
478
475
479
480
+ if vod.is_none() {
481
482
483
476
484
485
486
0 commit comments