Browse Source

removed obsolete test

Former-commit-id: adc83519a432822660b7b55474d3c676ed601611
Gildas 6 năm trước cách đây
mục cha
commit
431b5baf7c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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" },