diff --git a/internal/codespaces/api/api.go b/internal/codespaces/api/api.go index fd1bba99e..e3d856230 100644 --- a/internal/codespaces/api/api.go +++ b/internal/codespaces/api/api.go @@ -34,6 +34,7 @@ import ( "fmt" "io/ioutil" "net/http" + "strconv" "strings" "time"