Skip to content

Commit

Permalink
Add filter_processor to all imports for processors (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime authored Sep 21, 2022
1 parent 7cf43e8 commit a2e7bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions processors/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ package all
import (
// Call package wide init function
_ "github.com/algorand/indexer/processors/blockprocessor"
_ "github.com/algorand/indexer/processors/filterprocessor"
_ "github.com/algorand/indexer/processors/noop"
)

0 comments on commit a2e7bdc

Please sign in to comment.