Skip to content

Commit

Permalink
Fix mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomaruKonpaku committed Nov 12, 2023
1 parent 3a867aa commit 0a8ae71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class HolodexBroadcastCronService extends HolodexBaseCronService<HolodexB
}

public getType(): HolodexExternalStreamType {
throw HolodexExternalStreamType.TWITTER_BROADCAST
return HolodexExternalStreamType.TWITTER_BROADCAST
}

public async getItems(): Promise<HolodexBroadcast[]> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class HolodexSpaceCronService extends HolodexBaseCronService<HolodexSpace
}

public getType(): HolodexExternalStreamType {
throw HolodexExternalStreamType.TWITTER_SPACE
return HolodexExternalStreamType.TWITTER_SPACE
}

public async getItems(): Promise<HolodexSpace[]> {
Expand Down

0 comments on commit 0a8ae71

Please sign in to comment.