upd: prettify layout
This commit is contained in:
parent
34e6717dab
commit
1501ab261d
10 changed files with 168 additions and 140 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import type { MegalodonInterface } from "megalodon";
|
||||
import { Converter } from "megalodon";
|
||||
import type { MegalodonInterface } from 'megalodon';
|
||||
import { Converter } from 'megalodon';
|
||||
import type { FastifyRequest } from 'fastify';
|
||||
import { convertTimelinesArgsId, limitToInt } from "./timeline.js";
|
||||
import { convertTimelinesArgsId, limitToInt } from './timeline.js';
|
||||
import { convertAccount, convertStatus } from '../converters.js';
|
||||
|
||||
async function getHighlight(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue