Skip to content

Commit

Permalink
fix(be): fix typing in redis key name
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Jul 24, 2023
1 parent 2a38a54 commit 1dd14ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chapter/chapter.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ export class ChapterService {
[
this.configService.get<string>('app.name'),
this.configService.get<string>('app.env'),
,
'chapters',
].join(':'),
chapterId.toString(),
Expand All @@ -325,7 +324,6 @@ export class ChapterService {
[
this.configService.get<string>('app.name'),
this.configService.get<string>('app.env'),
,
'chapter',
chapterId.toString(),
'view',
Expand Down

0 comments on commit 1dd14ea

Please sign in to comment.