Skip to content

Commit

Permalink
fix: coding styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laminne committed Jul 21, 2024
1 parent e521c9e commit 2a3c07a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/timeline/adaptor/controller/timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import type { AccountModule } from '../../../intermodule/account.js';
import type { NoteID } from '../../../notes/model/note.js';
import type { AccountTimelineService } from '../../service/account.js';
import type { CreateListService } from '../../service/createList.js';
import {
type CreateListResponseSchema,
type GetAccountTimelineResponseSchema,
import type {
CreateListResponseSchema,
GetAccountTimelineResponseSchema,
} from '../validator/timeline.js';

export class TimelineController {
Expand Down
2 changes: 1 addition & 1 deletion pkg/timeline/model/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Ether, type Result } from '@mikuroxina/mini-fn';
import type { AccountID } from '../../accounts/model/account.js';
import type { Note, NoteID } from '../../notes/model/note.js';
import type { ListID } from './list.js';
import { type List } from './list.js';
import type { List } from './list.js';

export interface FetchAccountTimelineFilter {
id: AccountID;
Expand Down

0 comments on commit 2a3c07a

Please sign in to comment.