transmogrify --> transformers

This commit is contained in:
Alex Gleason
2023-07-13 20:46:59 -05:00
parent 97e6f1385c
commit e5082ed805
6 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import { type Filter, findReplyTag, z } from '@/deps.ts';
import { getAuthor, getFilter, getFollows, publish } from '@/client.ts';
import { parseMetaContent } from '@/schema.ts';
import { signEvent } from '@/sign.ts';
import { toAccount, toStatus } from '@/transmogrify/nostr-to-mastoapi.ts';
import { toAccount, toStatus } from '@/transformers/nostr-to-mastoapi.ts';
import { buildLinkHeader, eventDateComparator, lookupAccount, nostrNow, paginationSchema, parseBody } from '@/utils.ts';
const createAccountController: AppController = (c) => {