File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " recnetpy"
7- version = " 0.2.52 "
7+ version = " 0.2.53 "
88authors = [
99 { name =" RecNetBot Development" }
1010]
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ async def resolve_role_owners(self) -> Optional[List['Role']]:
228228 account = self .client .accounts .create_dataclass (role .account_id )
229229 role .account = account
230230 accounts [role .account_id ] = account
231- data : 'Response[List[AccountResponse]]' = await self .rec_net .accounts .account . bulk .make_request ('post' , body = {"id" : accounts .keys ()})
231+ data : 'Response[List[AccountResponse]]' = await self .rec_net .accounts .bulk .make_request ('post' , body = {"id" : accounts .keys ()})
232232 for data_response in data .data : accounts .get (data_response ['accountId' ]).patch_data (data_response )
233233
234234 # Search for deleted accounts
You can’t perform that action at this time.
0 commit comments