mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
update docker build script
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user