Archived
Fix lint error in typings (#21240)
This commit is contained in:
Vendored
+1
-1
@@ -2345,7 +2345,7 @@ declare module 'azdata' {
|
||||
/**
|
||||
* Access token expiry timestamp
|
||||
*/
|
||||
expiresOn?: number | undefined
|
||||
expiresOn?: number | undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user