소스 검색

removed obsolete test

Former-commit-id: adc83519a432822660b7b55474d3c676ed601611
Gildas 6 년 전
부모
커밋
431b5baf7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extension/lib/gdrive/gdrive.js

+ 1 - 1
extension/lib/gdrive/gdrive.js

@@ -74,7 +74,7 @@ this.GDrive = this.GDrive || (() => {
 			}
 		}
 		async refreshAuthToken() {
-			if (this.clientId && this.refreshToken) {
+			if (this.refreshToken) {
 				const httpResponse = await fetch(TOKEN_URL, {
 					method: "POST",
 					headers: { "Content-Type": "application/x-www-form-urlencoded" },