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

fixed plugin #7

Merged
merged 2 commits into from
Jul 11, 2023
Merged

fixed plugin #7

merged 2 commits into from
Jul 11, 2023

Conversation

arontaubyte
Copy link
Contributor

No description provided.

@@ -127,6 +127,10 @@ func (p *plugin) Name() string {
return "taubyte/sdk"
}

func (p *plugin) Close() error {
return nil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p.ctxC()

@@ -36,6 +36,10 @@ func (p *plugin) Name() string {
return "taubyte/smartops"
}

func (p *plugin) Close() error {
return nil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p.ctxC() is the minimum to add here

@arontaubyte arontaubyte merged commit ede8524 into main Jul 11, 2023
@arontaubyte arontaubyte deleted the 3-fixing-init branch July 11, 2023 14:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants