Skip to content

Commit 25538e0

Browse files
docs: Update verifyApiKey documentation to clarify Highlight project ID
Co-Authored-By: [email protected] <[email protected]>
1 parent b430629 commit 25538e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sourcemaps/upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func runE(client resources.Client) func(cmd *cobra.Command, args []string) error
189189
// It takes the LaunchDarkly account ID, project ID, and backend URL as input.
190190
// Returns:
191191
// - string: The Highlight API key used for sourcemap uploads
192-
// - string: The LaunchDarkly project ID that was verified
192+
// - string: The Highlight project ID that was verified
193193
// - error: Any error that occurred during verification
194194
func verifyApiKey(accountID, projectID, backendUrl string) (string, string, error) {
195195
variables := map[string]string{

0 commit comments

Comments
 (0)