Skip to content

Commit

Permalink
fix bug await import vector datsource answers
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Dec 8, 2024
1 parent c33e17e commit 0c02e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geoprocessing/scripts/dataPrep/importData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ async function layerNameQuestion(
async function detailedVectorQuestions(
fields: string[],
): Promise<Pick<ImportVectorDatasourceAnswers, "classKeys" | "formats">> {
const answers = inquirer.prompt<
const answers = await inquirer.prompt<
Pick<ImportVectorDatasourceAnswers, "classKeys" | "formats">
>([
{
Expand Down

0 comments on commit 0c02e83

Please sign in to comment.