Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/add product sync #46

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Feat/add product sync #46

merged 2 commits into from
Oct 30, 2023

Conversation

Labham-Jain
Copy link
Collaborator

No description provided.

@Labham-Jain Labham-Jain merged commit 5867fab into main Oct 30, 2023
2 checks passed
@@ -11,7 +11,11 @@
const googleSheetService = req.scope.resolve('googleSheetApiService') as GoogleSheetAPIService;
const categoryService = req.scope.resolve('categoryService') as CategoryService;

googleSheetService.sheetId = (req.query.sheetId as string) || '1TaiFMTqYGirhLrjUkEfCGbV3hCrX9po_tduFw_sETUg'
console.log('\n\n\n\n', process.env, '\n\n\n\n');

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This logs sensitive data returned by
process environment
as clear text.
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.

1 participant