mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore: run lint
This commit is contained in:
parent
8f9cd4a861
commit
8a55db4cb4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export class ChainResolver {
|
|||
constructor(
|
||||
private nodeService: NodeService,
|
||||
@Inject(WINSTON_MODULE_PROVIDER) private readonly logger: Logger
|
||||
) { }
|
||||
) {}
|
||||
|
||||
@Query(() => [ChainTransaction])
|
||||
async getChainTransactions(@CurrentUser() { id }: UserId) {
|
||||
|
|
Loading…
Add table
Reference in a new issue