Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
[expo-cli] change trackingCtx -> trackingContext (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 authored Sep 3, 2020
1 parent b0b5959 commit fb3709a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/expo-cli/src/commands/eas-build/build/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export type BuildMetadata = {
* Tracking context
* It's used to track build process across different Expo services and tools.
*/
trackingCtx: TrackingContext;
trackingContext: TrackingContext;
};

async function collectMetadata<T extends Platform>(
Expand All @@ -65,7 +65,7 @@ async function collectMetadata<T extends Platform>(
workflow: ctx.buildProfile.workflow,
credentialsSource,
sdkVersion: ctx.commandCtx.exp.sdkVersion,
trackingCtx: ctx.trackingCtx,
trackingContext: ctx.trackingCtx,
};
}

Expand Down

0 comments on commit fb3709a

Please sign in to comment.