Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Remove channel input from load function of base plugin #6902

Closed
shuse2 opened this issue Nov 12, 2021 · 0 comments · Fixed by #7007
Closed

Remove channel input from load function of base plugin #6902

shuse2 opened this issue Nov 12, 2021 · 0 comments · Fixed by #7007

Comments

@shuse2
Copy link
Collaborator

shuse2 commented Nov 12, 2021

Description

  • Update base plugin definition of load function to below because channel is passed in init function already
public abstract load(): Promise<void>;

Acceptance Criteria

  • All existing plugins interface are updated
  • All build and tests are passing
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.