1
0
Fork 0
mirror of synced 2024-07-14 10:45:51 +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 fetchIntegrations = async () => {
const unsortedIntegrations = await API.getIntegrations() const unsortedIntegrations = await API.getIntegrations()
integrations = sortIntegrations(unsortedIntegrations) integrations = sortIntegrations(unsortedIntegrations)
console.log(integrations[IntegrationTypes.GOOGLE_SHEETS])
if (continueGoogleSetup) { if (continueGoogleSetup) {
handleIntegrationSelect(IntegrationTypes.GOOGLE_SHEETS) handleIntegrationSelect(IntegrationTypes.GOOGLE_SHEETS)