Skip to content

Commit

Permalink
fix(courses): tentative fix of type discriminator TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lpezzolla committed Apr 15, 2024
1 parent de32418 commit 187e0ba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Polito Students API
version: 1.0.0-ALPHA.60
version: 1.0.0-ALPHA.61
servers:
- url: https://app.didattica.polito.it/api
description: Production server (uses live data)
Expand Down Expand Up @@ -4072,9 +4072,6 @@ components:
id:
type: string
example: '33352562'
type:
type: string
example: 'directory'
name:
type: string
example: Laboratori
Expand All @@ -4098,9 +4095,6 @@ components:
id:
type: string
example: '33352562'
type:
type: string
example: 'file'
name:
type: string
example: sebc-lab2.pdf
Expand Down

0 comments on commit 187e0ba

Please sign in to comment.