Skip to content

Commit 3814117

Browse files
kylecarbsjawnsy
andauthored
Update coderd/projectparameter/projectparameter.go
Co-authored-by: Jonathan Yu <jonathan@coder.com>
1 parent d15f0b3 commit 3814117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/projectparameter/projectparameter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func Compute(ctx context.Context, db database.Store, scope Scope) ([]Value, erro
106106
}
107107

108108
if scope.UserID.Valid {
109-
// User parameters come fourth!
109+
// User parameters come forth!
110110
err = compute.inject(ctx, database.GetParameterValuesByScopeParams{
111111
Scope: database.ParameterScopeUser,
112112
ScopeID: scope.UserID.String,

0 commit comments

Comments
 (0)