File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 267
267
*/
268
268
"default" : {
269
269
/**
270
- * Specifies whether the message should be written to the the tool's output log. Note that
270
+ * Specifies whether the message should be written to the tool's output log. Note that
271
271
* the "addToApiReportFile" property may supersede this option.
272
272
*
273
273
* Possible values: "error", "warning", "none"
Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ async function fetchExistingDevDeploymentCredentialsOrCrash(
729
729
return credentialsAsDevCredentials ( credentials ) ;
730
730
}
731
731
732
- // This returns the the url of the deployment from an admin key in the format
732
+ // This returns the url of the deployment from an admin key in the format
733
733
// "tall-forest-1234|1a2b35123541"
734
734
// or "prod:tall-forest-1234|1a2b35123541"
735
735
async function deriveUrlFromAdminKey ( ctx : Context , adminKey : string ) {
You can’t perform that action at this time.
0 commit comments