Skip to content

Commit

Permalink
feat: adding micro app (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson authored Nov 13, 2023
1 parent 442591e commit 1a2cc80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/stacks/presentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class WasedaTimePresentationLayer extends PresentationLayer {
monoApp.addMicroApp('campus');
monoApp.addMicroApp('feeds');
monoApp.addMicroApp('forum');
monoApp.addMicroApp('career');

monoApp.microApps.feeds.addEnvironment('DEPLOY_KEY', FEEDS_DEPLOY_KEY);

Expand Down
1 change: 0 additions & 1 deletion src/lambda/sync-career/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def sync_career(key):
'created_at': dt_now,
'company': json_content['company'],
'job_description': json_content['job_description'],
'responsibilities': json_content['responsibilities'],
'qualifications': json_content['qualifications'],
'appeal': json_content['appeal'],
'min_hours': json_content['min_hours'],
Expand Down

0 comments on commit 1a2cc80

Please sign in to comment.