update docker build script

This commit is contained in:
Liujian
2025-04-24 16:02:32 +08:00
parent 7ba8a57793
commit b8ebbac2b8
6 changed files with 343 additions and 14 deletions
+3 -1
View File
@@ -746,7 +746,9 @@ func (i *imlServiceModule) Delete(ctx context.Context, id string) error {
Id: id,
})
if err != nil {
return err
if err.Error() != "nil" {
return err
}
}
err = client.Subscribe().Offline(ctx, &gateway.SubscribeRelease{
Service: id,