Skip to content

Commit 59da89b

Browse files
committed
fix: minor fixes
1 parent 300fd33 commit 59da89b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

util/billing.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"bytes"
55
"context"
66
"encoding/json"
7+
"fmt"
78
"io/ioutil"
89
"log"
910
"net/http"
@@ -136,6 +137,7 @@ func ReportUsage() {
136137
if err != nil {
137138
log.Println("Unable to fetch arc instance")
138139
}
140+
fmt.Println("THIS IS RESULT", result)
139141

140142
subID := result.SubscriptionID
141143
if subID == "" {

0 commit comments

Comments
 (0)