Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
  • Loading branch information
fenollp committed Jan 1, 2023
1 parent fba9d11 commit 6acec34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions refs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ func (x ${type}Ref) MarshalJSON() ([]byte, error) {
}
EOF

case $type in #FIXME
# Callback) echo ' return x.Value.MarshalJSON()' ;;
case $type in
# Callback) echo ' return x.Value.MarshalJSON()' ;; TODO: when https://github.com/getkin/kin-openapi/issues/687
Example) echo ' return x.Value.MarshalJSON()' ;;
Header) echo ' return x.Value.MarshalJSON()' ;;
Link) echo ' return x.Value.MarshalJSON()' ;;
Expand Down

0 comments on commit 6acec34

Please sign in to comment.