Skip to content

Commit 4227929

Browse files
committed
linting
1 parent ecb59d6 commit 4227929

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

coderd/searchquery/search.go

-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ func Templates(ctx context.Context, db database.Store, query string) (database.G
196196
return database.GetTemplatesWithFilterParams{}, errors
197197
}
198198

199-
const dateLayout = "2006-01-02"
200199
parser := httpapi.NewQueryParamParser()
201200
filter := database.GetTemplatesWithFilterParams{
202201
Deleted: parser.Boolean(values, false, "deleted"),

site/src/api/typesGenerated.ts

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)