Skip to content

Commit

Permalink
Merge pull request #174 from GiganticMinecraft/fix/compile-error
Browse files Browse the repository at this point in the history
fix: シンボル名の重複を修正
  • Loading branch information
rito528 authored Nov 6, 2024
2 parents 87816c1 + 49282de commit 2182118
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 2182118

Please sign in to comment.