setTag -> addTag

This commit is contained in:
Alex Gleason
2023-12-31 22:04:11 -06:00
parent 8023cfa7b2
commit 63fb934220
4 changed files with 11 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ async function updateEvent<K extends number, E extends EventStub<K>>(
}
/** Fetch existing event, update its tags, then publish the new event. */
function updateListEvent<K extends number, E extends EventStub<K>>(
function updateListEvent<K extends number>(
filter: UpdateEventFilter<K>,
fn: (tags: string[][]) => string[][],
c: AppContext,