Skip to content

Commit b702507

Browse files
committed
placate lint
Signed-off-by: Andrew Thornton <[email protected]>
1 parent e41d087 commit b702507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/repo/issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func (repo *Repository) IsTimetrackerEnabled() bool {
3131
return repo.IsTimetrackerEnabledCtx(db.DefaultContext)
3232
}
3333

34-
// IsTimetrackerEnabled returns whether or not the timetracker is enabled. It returns the default value from config if an error occurs.
34+
// IsTimetrackerEnabledCtx returns whether or not the timetracker is enabled. It returns the default value from config if an error occurs.
3535
func (repo *Repository) IsTimetrackerEnabledCtx(ctx context.Context) bool {
3636
if !setting.Service.EnableTimetracking {
3737
return false

0 commit comments

Comments
 (0)