fix: do not print table if running in daemon mode

This commit is contained in:
binarybaron 2024-07-26 16:55:09 +02:00
parent a1acbc18fd
commit 3a407bb0c8
No known key found for this signature in database
GPG key ID: 99B75D3E1476A26E

View file

@ -193,6 +193,7 @@ where
debug, debug,
json, json,
None, None,
false,
) )
.await?; .await?;
(context, request) (context, request)