Skip to content

Commit 0c543b8

Browse files
committed
remove redundant code
1 parent 56bdf92 commit 0c543b8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,3 @@ api.env
125125

126126
# macOS files
127127
.DS_Store
128-
129-
# rendered html for email template
130-
scripts/notification-renderer/rendered.html

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ To be able to change and test `taas-es-processor` locally you can follow the nex
207207
| `npm run delete-index` | Delete Elasticsearch indexes. Use `-- --force` flag to skip confirmation |
208208
| `npm run data:import <filePath>` | Imports data into ES and db from filePath (`./data/demo-data.json` is used as default). Use `-- --force` flag to skip confirmation |
209209
| `npm run data:export <filePath>` | Exports data from ES and db into filePath (`./data/demo-data.json` is used as default). Use `-- --force` flag to skip confirmation |
210-
| `npm run renderTemplate <notificationId>` | Generates `scripts/notification-renderer/rendered.html` which has the rendered email template for the given `notificationId` where `notificationId` is one of the keys in `data/notifications.json` ex: `npm run renderTemplate upcomingResourceBookingExpiration` |
211210
| `npm run index:all` | Indexes all data from db into ES. Use `-- --force` flag to skip confirmation |
212211
| `npm run index:jobs <jobId>` | Indexes job data from db into ES, if jobId is not given all data is indexed. Use `-- --force` flag to skip confirmation |
213212
| `npm run index:job-candidates <jobCandidateId>` | Indexes job candidate data from db into ES, if jobCandidateId is not given all data is indexed. Use `-- --force` flag to skip confirmation |

0 commit comments

Comments
 (0)