Skip to content

Commit 635177e

Browse files
authored
fix: correct operation for auth render image (#756)
1 parent 495a0bc commit 635177e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/routes/render/renderAuthenticatedImage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default async function routes(fastify: FastifyInstance) {
4343
tags: ['transformation'],
4444
},
4545
config: {
46-
operation: { type: ROUTE_OPERATIONS.RENDER_SIGNED_IMAGE },
46+
operation: { type: ROUTE_OPERATIONS.RENDER_AUTH_IMAGE },
4747
},
4848
},
4949
async (request, response) => {

0 commit comments

Comments
 (0)