Skip to content

Commit 5c97dff

Browse files
committed
Fix type
1 parent cf0386a commit 5c97dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/internal/handlers/template_alias.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (a *APIStore) GetTemplatesAliasesAlias(c *gin.Context, alias string) {
4646

4747
// Team is alias owner
4848
c.JSON(
49-
http.StatusOK, api.TemplateQuick{
49+
http.StatusOK, api.TemplateAliasResponse{
5050
Public: result.Public,
5151
TemplateID: result.EnvID,
5252
},

0 commit comments

Comments
 (0)