Skip to content

Commit

Permalink
fix function names
Browse files Browse the repository at this point in the history
fix #1

Signed-off-by: ManAnRuck <[email protected]>
  • Loading branch information
ManAnRuck committed Jun 14, 2021
1 parent dd9b495 commit 9ad456d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@democracy-deutschland/bt-dip-sdk",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "Bundestag DIP - TypeScript SDK",
"main": "dist/index.js",
"author": "Manuel Ruck <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ paths:
get:
tags:
- Dip
operationId: getPlenarprotokoelle
operationId: getPlenarprotokolle
description: Auto generated using Swagger Inspector
parameters:
- $ref: "#/components/parameters/Cursor"
Expand All @@ -75,7 +75,7 @@ paths:
get:
tags:
- Dip
operationId: getDurcksachen
operationId: getDrucksachen
description: Auto generated using Swagger Inspector
parameters:
- $ref: "#/components/parameters/Cursor"
Expand Down

0 comments on commit 9ad456d

Please sign in to comment.