浏览代码

companion: remove stray ts-ignore comment

Renée Kooi 4 年之前
父节点
当前提交
7406356ecf
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/@uppy/companion/src/server/controllers/connect.js

+ 0 - 1
packages/@uppy/companion/src/server/controllers/connect.js

@@ -1,6 +1,5 @@
 const atob = require('atob')
 const atob = require('atob')
 const oAuthState = require('../helpers/oauth-state')
 const oAuthState = require('../helpers/oauth-state')
-// @ts-ignore
 
 
 /**
 /**
  * initializes the oAuth flow for a provider.
  * initializes the oAuth flow for a provider.