TIA / citadel /workers /mappingWorker.ts
DJ-Goanna-Coding's picture
Overwrite TIA Space after removing token
7269ed4 verified
raw
history blame contribute delete
78 Bytes
export async function run() {
return { status: "Mapping worker online" };
}