fix build error in compute-merged-cw.ts
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import * as Misskey from 'misskey-js';
|
import * as Misskey from 'misskey-js';
|
||||||
import { appendContentWarning } from '@/js/append-content-warning.js';
|
import { appendContentWarning } from '@@/js/append-content-warning.js';
|
||||||
|
|
||||||
export function computeMergedCw(note: Misskey.entities.Note): string | null {
|
export function computeMergedCw(note: Misskey.entities.Note): string | null {
|
||||||
let cw = note.cw;
|
let cw = note.cw;
|
||||||
|
|||||||
Reference in New Issue
Block a user