Skip to content

Commit b34541c

Browse files
committed
chore: typo removed
1 parent 9e0ec9a commit b34541c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub async fn run_simple_order_msg(
4646
execute_send_msg(command, order_id, ctx, None).await
4747
}
4848

49-
pub async fn admin_send_dm(ctx: &Context, msg: String) -> anyhow::Result<()> {
49+
pub async fn admin_send_dm(ctx: &Context, msg: String) -> Result<()> {
5050
super::messaging::send_dm(
5151
&ctx.client,
5252
Some(&ctx.context_keys),

0 commit comments

Comments
 (0)