Skip to content

Commit

Permalink
fix: シンボル名の重複を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Nov 6, 2024
1 parent 87816c1 commit 49282de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/endpoints/forms.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ namespace Forms {
namespace Forms {
@post
@summary("フォームにつけられるラベルを作成する")
op create(
op createFormLabel(
@header
contentType: "application/json",

Expand All @@ -489,7 +489,7 @@ namespace Forms {

@get
@summary("フォームにつけられるラベル一覧を取得する")
op list(): {
op formLabels(): {
@statusCode statusCode: 200;
@body body: Label[];
} | {
Expand Down

0 comments on commit 49282de

Please sign in to comment.