Skip to content

Commit

Permalink
fix: not fire init events when create global sub
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed May 31, 2023
1 parent e904b7c commit f9fa5bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ class SubscribeService extends BaseWorkItemService {
});

let createdSubscription = await subscriptionObj.save();
return createdSubscription;
} else {
//Update
subscription.isDeletionLock = this.deletionLock;
Expand Down

0 comments on commit f9fa5bd

Please sign in to comment.