Skip to content

Commit

Permalink
enable sdk init
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Jun 30, 2024
1 parent b46a4aa commit 0e67a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sample-server/src/plugins/vclSdkPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const vclSdkPlugin: FastifyPluginAsync | FastifyPluginCallback = async (
)
);
try {
// await vclSdk.initialize(initializationDescriptor);
await vclSdk.initialize(initializationDescriptor);
} catch (e) {
console.error('Failed to initialize VCL SDK', e);
throw e;
Expand Down

0 comments on commit 0e67a72

Please sign in to comment.