You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There are several pieces of code that are redundant and are not necessary like in utils file you have externalInjection function which is used in index.js to import appconfig which can be directly imported
Describe the solution you'd like
I would like to clear out redundant code
Describe alternatives you've considered
like use require function to directly import json file rather than making custom externalInjection function
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Yes. webhooks used to be called from chrome itself so that that time config was needed there, earlier version of puppeteer wasn't supporting direct code injection so had to write util for that.
Feel free to make a PR for whatever you think is extra or unused.
Is your feature request related to a problem? Please describe.
There are several pieces of code that are redundant and are not necessary like in utils file you have externalInjection function which is used in index.js to import appconfig which can be directly imported
Describe the solution you'd like
I would like to clear out redundant code
Describe alternatives you've considered
like use require function to directly import json file rather than making custom externalInjection function
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: