Skip to content

Commit c7ccf37

Browse files
committed
feat: transloadit no key wrror
1 parent 9a9970b commit c7ccf37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/nestjs-libraries/src/videos/images-slides/images.slides.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import { FalService } from '@gitroom/nestjs-libraries/openai/fal.service';
1717
const limit = pLimit(2);
1818

1919
const transloadit = new Transloadit({
20-
authKey: process.env.TRANSLOADIT_AUTH,
21-
authSecret: process.env.TRANSLOADIT_SECRET,
20+
authKey: process.env.TRANSLOADIT_AUTH || 'just empty text',
21+
authSecret: process.env.TRANSLOADIT_SECRET || 'just empty text',
2222
});
2323

2424
async function getAudioDuration(buffer: Buffer): Promise<number> {

0 commit comments

Comments
 (0)