@intuned/runtime-dev 1.3.8-deploy.4 → 1.3.8-deploy.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -169,7 +169,9 @@ async function handleFirstRunExperience() {
|
|
|
169
169
|
}
|
|
170
170
|
return {
|
|
171
171
|
testAuthSessionInput,
|
|
172
|
-
defaultJobInput: shouldPromptForDefaultJob ? await getFirstRunExperienceDefaultJobParameters(
|
|
172
|
+
defaultJobInput: shouldPromptForDefaultJob ? await getFirstRunExperienceDefaultJobParameters({
|
|
173
|
+
defaultJobInput: settings["metadata"].defaultJobInput
|
|
174
|
+
}) : undefined
|
|
173
175
|
};
|
|
174
176
|
}
|
|
175
177
|
async function getFirstRunExperienceTestAuthSessionParameters({
|