Skip to content

Conversation

@Pranjal-bh04
Copy link
Contributor

@Pranjal-bh04 Pranjal-bh04 commented Feb 16, 2025

if (tableSchema.length === 1) {
return tableSchema[0];
}
tableSchema = getUsedTableSchema(tableSchema, cubeQuery);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets not update the reference of the parent object. Rather lets, assign a new variable this value and return that at the end of the funciton

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes done

@Pranjal-bh04 Pranjal-bh04 removed the request for review from GalaBinit February 21, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants