post services integrations

This commit is contained in:
2026-07-29 18:09:38 +02:00
parent 6cb9acf98b
commit 759bc1dc15
23 changed files with 956 additions and 95 deletions
-1
View File
@@ -40,7 +40,6 @@ impl ServerItemOrderRepository {
})
.await?;
self.context.events.emit("server_order_updated", server_id);
Ok(())
}
}