Skip to content

Commit

Permalink
Add TODO #36
Browse files Browse the repository at this point in the history
  • Loading branch information
torlenor committed May 19, 2020
1 parent c564c29 commit f534c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/quotesplugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type randomizer interface {
Intn(max int) int
}

// TODO: The separate QuotesList storage is actually dumb, we should get rid of it
// TODO (#36): The separate QuotesList storage is actually dumb, we should get rid of it
type quotesPluginWriter interface {
StoreQuotesPluginQuote(botID, pluginID, identifier string, data storagemodels.QuotesPluginQuote) error
StoreQuotesPluginQuotesList(botID, pluginID, identifier string, data storagemodels.QuotesPluginQuotesList) error
Expand Down

0 comments on commit f534c73

Please sign in to comment.