Skip to content

Commit

Permalink
fix: License key fatal error (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmmcgivern authored Sep 27, 2024
1 parent 66774d4 commit 4fe3e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/validation/polling_nrql_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (m *PollingNRQLValidator) tryValidate(ctx context.Context, query string) (s
}

func (m *PollingNRQLValidator) executeQuery(ctx context.Context, query string) ([]nrdb.NRDBResult, error) {
accountID := configAPI.RequireActiveProfileAccountID()
accountID := configAPI.GetActiveProfileAccountID()

nrql := nrdb.NRQL(query)

Expand Down

0 comments on commit 4fe3e6c

Please sign in to comment.