Rename files

This commit is contained in:
2023-06-21 17:56:43 +01:00
parent 7ec602cc16
commit a61e17c93b
11 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ import {
import { EventBuilder } from "./event-builder";
import { EventExt } from "./event-ext";
import { findTag } from "./utisl";
import { findTag } from "./utils";
const Nip7Queue: Array<WorkQueueItem> = [];
processWorkQueue(Nip7Queue);