Skip to content

Commit 17ce573

Browse files
committed
WIP on Create invitation bug
1 parent cc39ea7 commit 17ce573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aries_cloudcontroller/controllers/connections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ async def create_invitation(
7575
self,
7676
alias: str = None,
7777
auto_accept: bool = None,
78-
public: str = None,
79-
multi_use: str = None,
78+
public: bool = None,
79+
multi_use: bool = None,
8080
):
8181
params = {}
8282
if alias:

0 commit comments

Comments
 (0)