Преглед изворни кода

fixup! Added Companion OAuth Key type (#4668)

Murderlon пре 1 година
родитељ
комит
dac10a9a67
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/@uppy/companion-client/types/index.d.ts

+ 2 - 2
packages/@uppy/companion-client/types/index.d.ts

@@ -13,8 +13,8 @@ export interface TokenStorage {
 type CompanionHeaders = Record<string, string>
 
 type CompanionKeys = {
-  key: string,
-  credentialsName: string,
+  key: string
+  credentialsName: string
 }
 
 export interface RequestClientOptions {