1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Clean code

This commit is contained in:
Adria Navarro 2023-06-01 07:32:04 +01:00
parent 21e870109c
commit 4247b4425c

View file

@ -139,7 +139,6 @@
const fetchIntegrations = async () => {
const unsortedIntegrations = await API.getIntegrations()
integrations = sortIntegrations(unsortedIntegrations)
console.log(integrations[IntegrationTypes.GOOGLE_SHEETS])
if (continueGoogleSetup) {
handleIntegrationSelect(IntegrationTypes.GOOGLE_SHEETS)