Skip to content

Commit b1d21fe

Browse files
committed
fix(nit): Reorder definitions
1 parent 4f7f412 commit b1d21fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/livekit-server-sdk/src/EgressClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ export class EgressClient extends ServiceBase {
176176
customBaseUrl?: string,
177177
audioMixing?: AudioMixing,
178178
): Promise<EgressInfo> {
179-
let webhooks: WebhookConfig[] | undefined;
180179
let layout: string | undefined;
180+
let webhooks: WebhookConfig[] | undefined;
181181
if (optsOrLayout !== undefined) {
182182
if (typeof optsOrLayout === 'string') {
183183
layout = optsOrLayout;

0 commit comments

Comments
 (0)