1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

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 { appendContentWarning } from '@/js/append-content-warning.js';
import { appendContentWarning } from '@@/js/append-content-warning.js';
export function computeMergedCw(note: Misskey.entities.Note): string | null {
let cw = note.cw;