You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ExperienceId: collections.Ptr(instanceTypeToLaunchpadExperience(instanceTypeInfo)), // TODO: shouldn't need to set this
35
-
ExpiresAt: *openapi.NewNullableTime(nil),
39
+
ExperienceId: collections.Ptr(instanceTypeToLaunchpadExperience(instanceTypeInfo)), // TODO: necessary for now, but ideally we would use a Brev reservation/pool
// WorkshopId: *openapi.NewNullableString(collections.Ptr(BrevWorkshopID)), // TODO: shouldn't need to set this
53
+
WorkshopId: *openapi.NewNullableString(collections.Ptr("brev-dgxc")), // TODO: this should be mapped to a Brev reservation/pool. this will need to be handed down as a create attr
0 commit comments