Skip to content

Commit 307a1e8

Browse files
committed
fix(be): missed import
1 parent f215dc7 commit 307a1e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db/bolt/task.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"github.com/semaphoreui/semaphore/db"
55
"github.com/semaphoreui/semaphore/pkg/tz"
66
"go.etcd.io/bbolt"
7+
"time"
78
)
89

910
func (d *BoltDb) CreateTaskStage(stage db.TaskStage) (db.TaskStage, error) {

0 commit comments

Comments
 (0)