Skip to content

Commit 1011497

Browse files
committed
linter happy, PR happy
1 parent 010d12e commit 1011497

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/api/internal/handlers/template_tags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func (a *APIStore) DeleteTemplatesTemplateIDTagsTag(c *gin.Context, templateIDOr
178178
if err != nil {
179179
telemetry.ReportCriticalError(ctx, "error when deleting tag assignment", err)
180180
a.sendAPIStoreError(c, http.StatusInternalServerError, "Error deleting tag assignment")
181-
181+
182182
return
183183
}
184184

packages/db/queries/get_template_with_build_by_tag.sql.go

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)