import order

This commit is contained in:
ThatOneCalculator 2022-08-04 18:13:56 -07:00
parent 4cae839bfa
commit 497675c49e

View file

@ -1,8 +1,8 @@
import { IsNull } from 'typeorm';
import config from '@/config/index.js';
import { NoteReaction } from '@/models/entities/note-reaction.js';
import { Note } from '@/models/entities/note.js';
import { Emojis } from '@/models/index.js';
import { IsNull } from 'typeorm';
import renderEmoji from './emoji.js';
export const renderLike = async (noteReaction: NoteReaction, note: Note) => {