rename MastodonConverters.ts to matching naming scheme
This commit is contained in:
parent
4754942301
commit
a81a00e94d
10 changed files with 18 additions and 18 deletions
|
|
@ -6,7 +6,7 @@
|
|||
import { Injectable } from '@nestjs/common';
|
||||
import { MastodonClientService } from '@/server/api/mastodon/MastodonClientService.js';
|
||||
import { attachMinMaxPagination } from '@/server/api/mastodon/pagination.js';
|
||||
import { convertList, MastoConverters } from '../converters.js';
|
||||
import { convertList, MastodonConverters } from '../MastodonConverters.js';
|
||||
import { parseTimelineArgs, TimelineArgs, toBoolean } from '../argsUtils.js';
|
||||
import type { Entity } from 'megalodon';
|
||||
import type { FastifyInstance } from 'fastify';
|
||||
|
|
@ -15,7 +15,7 @@ import type { FastifyInstance } from 'fastify';
|
|||
export class ApiTimelineMastodon {
|
||||
constructor(
|
||||
private readonly clientService: MastodonClientService,
|
||||
private readonly mastoConverters: MastoConverters,
|
||||
private readonly mastoConverters: MastodonConverters,
|
||||
) {}
|
||||
|
||||
public register(fastify: FastifyInstance): void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue