mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
add missing comma to NoteEntityService.ts
This commit is contained in:
parent
00c0bdbc94
commit
caa6dee656
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export class NoteEntityService implements OnModuleInit {
|
|||
private channelsRepository: ChannelsRepository,
|
||||
|
||||
@Inject(DI.config)
|
||||
private readonly config: Config
|
||||
private readonly config: Config,
|
||||
|
||||
//private userEntityService: UserEntityService,
|
||||
//private driveFileEntityService: DriveFileEntityService,
|
||||
|
|
Loading…
Add table
Reference in a new issue