mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 17:46:56 +00:00
fix build error in compute-merged-cw.ts
This commit is contained in:
parent
b2d43040b1
commit
87bb60d4ae
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue