Skip to content

Commit

Permalink
backend/schema -> internal/schema
Browse files Browse the repository at this point in the history
  • Loading branch information
safeer committed Oct 2, 2024
1 parent c318c1a commit c1e92b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/controller/timeline/events_cron.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
ftlencryption "github.com/TBD54566975/ftl/backend/controller/encryption/api"
"github.com/TBD54566975/ftl/backend/controller/timeline/internal/sql"
"github.com/TBD54566975/ftl/backend/libdal"
"github.com/TBD54566975/ftl/backend/schema"
"github.com/TBD54566975/ftl/internal/model"
"github.com/TBD54566975/ftl/internal/schema"
)

type CronScheduledEvent struct {
Expand Down

0 comments on commit c1e92b4

Please sign in to comment.