There was an error while loading. Please reload this page.
1 parent 4d105c9 commit b706259Copy full SHA for b706259
2 files changed
apps/sim/app/api/tools/instagram/publish-reel/route.ts
@@ -56,7 +56,7 @@ export const POST = withRouteHandler(async (request: NextRequest) => {
56
}
57
58
let coverUrl: string | undefined
59
- if (body.cover != null && body.cover !== '') {
+ if (body.cover != null) {
60
const resolvedCover = await resolveInstagramMedia({
61
input: body.cover,
62
userId: authResult.userId,
apps/sim/app/api/tools/instagram/publish-video/route.ts
0 commit comments