fix build error in compute-merged-cw.ts

This commit is contained in:
Hazelnoot 2025-02-15 16:57:26 +00:00
parent b2d43040b1
commit 87bb60d4ae

View file

@ -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;