Skip to content

Commit

Permalink
feat: 1Password#201 Removed TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ammiranda committed Oct 29, 2023
1 parent d475bf1 commit 151d073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/shopify/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func New() schema.Plugin {
Name: "shopify",
Platform: schema.PlatformInfo{
Name: "Shopify",
Homepage: sdk.URL("https://shopify.com"), // TODO: Check if this is correct
Homepage: sdk.URL("https://shopify.com"),
},
Credentials: []schema.CredentialType{
CLIToken(),
Expand Down

0 comments on commit 151d073

Please sign in to comment.