follow date
This commit is contained in:
@@ -82,7 +82,8 @@ func (abs *PricedResource) GetLocationEnd() *time.Time {
|
||||
|
||||
func (abs *PricedResource) GetLocationStart() *time.Time {
|
||||
if abs.BookingConfiguration == nil {
|
||||
return nil
|
||||
now := time.Now().Add(2 * time.Minute)
|
||||
return &now
|
||||
}
|
||||
return abs.BookingConfiguration.UsageStart
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user