Skip to content

Commit

Permalink
Add new extraction type: :igs
Browse files Browse the repository at this point in the history
  • Loading branch information
ApricotLace committed Nov 7, 2022
1 parent 7ff9949 commit 214da73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ftr/extraction/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
:node-modules-folder source-url)]
(condp = source-type
:flat-table (flat-table/import-from-cfg extractor-cfg)
:ig (ftr.extraction.ig.core/import-from-cfg extractor-cfg))))
:ig (ftr.extraction.ig.core/import-from-cfg extractor-cfg)
:igs (ftr.extraction.ig.core/import-from-cfg extractor-cfg))))

0 comments on commit 214da73

Please sign in to comment.