why did this happen
This commit is contained in:
parent
a0f65cc6bc
commit
465d3b2272
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ export default async (
|
|||
silent = false,
|
||||
waitToPublish?: (note: Note) => Promise<void>,
|
||||
) =>
|
||||
// biome-ignore lint/suspicious/noAsyncPromiseExecutor: <explanation>
|
||||
// biome-ignore lint/suspicious/noAsyncPromiseExecutor: FIXME
|
||||
new Promise<Note>(async (res, rej) => {
|
||||
const dontFederateInitially =
|
||||
data.visibility?.startsWith("hidden") === true;
|
||||
|
|
Loading…
Reference in a new issue