refactor: Slack authentication by passing flow, connection and step

This commit is contained in:
Faruk AYDIN
2022-09-01 16:07:20 +03:00
committed by Ali BARIN
parent d12984f324
commit 92053ea25a
5 changed files with 83 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
import type { IAuthentication, IField, IApp } from '@automatisch/types';
import type { IAuthentication, IField } from '@automatisch/types';
import { URLSearchParams } from 'url';
import TwitterClient from './client';