Clean code
This commit is contained in:
parent
21e870109c
commit
4247b4425c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue