File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,12 @@ dump-data:
4646 owasp \
4747 slack.Conversation \
4848 slack.Member \
49+ slack.Message \
4950 slack.Workspace \
5051 --indent=4 \
5152 --natural-foreign \
5253 --natural-primary -o data/nest.json" $( MAKE) exec-backend-command
53- @CMD=" sed -E -i 's/\" email\" : *\" ([^\" ]|\\\" )*\" /\" email \" : \"\" /g' data/nest.json" $(MAKE ) exec-backend-command
54+ @CMD=" sed -E -i 's/( \" [^ \" ]* email\" ) : *\" ([^\" ]|\\\" )*\" /\1 : \"\" /g' data/nest.json" $(MAKE ) exec-backend-command
5455 @CMD=" gzip -f data/nest.json" $(MAKE ) exec-backend-command
5556
5657enrich-data : \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ slack-export-data:
88 --indent=4 \
99 --natural-foreign \
1010 --natural-primary -o data/slack-data.json" $( MAKE) exec-backend-command
11- @CMD=" sed -E -i 's/\" email\" : *\" ([^\" ]|\\\" )*\" /\" email \" : \"\" /g' data/slack-data.json" $(MAKE ) exec-backend-command
11+ @CMD=" sed -E -i 's/( \" [^ \" ]* email\" ) : *\" ([^\" ]|\\\" )*\" /\1 : \"\" /g' data/slack-data.json" $(MAKE ) exec-backend-command
1212 @CMD=" gzip data/slack-data.json" $(MAKE ) exec-backend-command
1313
1414
You can’t perform that action at this time.
0 commit comments