Skip to content

Updated response type of router.get('/') in Part9c.md#3855

Closed
EledenGreen wants to merge 1 commit intofullstack-hy2020:sourcefrom
EledenGreen:patch-1
Closed

Updated response type of router.get('/') in Part9c.md#3855
EledenGreen wants to merge 1 commit intofullstack-hy2020:sourcefrom
EledenGreen:patch-1

Conversation

@EledenGreen
Copy link
Copy Markdown
Contributor

  1. Updated Response type.
    diaryService.getNonSensitiveEntries() return type is : NonSensitiveDiaryEntry[].
    reference:
    const getNonSensitiveEntries = (): NonSensitiveDiaryEntry[] => { return diaries; };
    So Response type of the route: router.get('/', should be NonSensitiveDiaryEntry[]

  2. updated sentences.

@vejol vejol added the part 9 label Jan 3, 2025
@mluukkai
Copy link
Copy Markdown
Contributor

fixed in new material

@mluukkai mluukkai closed this Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants