Skip to content

Commit aa8d646

Browse files
committed
fix: add missing imports lost during merge conflict resolution
Add imports for requireStellarSignature, httpBuyCreatorKey, httpCreatePost, and httpListPosts in creators.routes.ts that were dropped during a merge.
1 parent edc1633 commit aa8d646

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/modules/creators/creators.routes.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ import { validateCreatorParam } from '../../middlewares/creator-param.middleware
1717
import {
1818
requireCreatorProfileOwnership,
1919
} from '../../middlewares/wallet-ownership.middleware';
20+
import { requireStellarSignature } from '../../middlewares/stellar-signature.middleware';
21+
import { httpBuyCreatorKey } from '../creator/buy.controller';
22+
import { httpCreatePost, httpListPosts } from '../creator/post.controller';
2023

2124
const creatorsRouter = Router();
2225

0 commit comments

Comments
 (0)