Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
Signed-off-by: avichalp <[email protected]>
  • Loading branch information
avichalp committed Jul 14, 2023
1 parent 27ff6a9 commit 4a60d24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/eventprocessor/impl/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ type webhookContentData struct {
func getTableNFTViews(tableIDs tables.TableIDs, chainID tableland.ChainID) string {
var tableNFTURLs []string
for _, tableID := range tableIDs {
// No NFT view available for Filecoin explorers just return the table ID
if !chains[int64(chainID)].SupportsNFTView {
tableNFTURLs = append(tableNFTURLs, tableID.String())
} else {
Expand Down

0 comments on commit 4a60d24

Please sign in to comment.