Skip to content

Commit

Permalink
return raw values without quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nihr43 committed Sep 14, 2021
1 parent 7ed7b5b commit c329f58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ func fetchItem(url string, bearer string, item string, attachment string) (strin
return "", err
}

resp = resp[1 : len(resp)-1]

return resp, err
}

Expand Down

0 comments on commit c329f58

Please sign in to comment.