Closed teogeb closed 1 week ago
This is a breaking change as this changes the API
Changed the return type from Promise<Stream> to Promise<void>. This unifies the API return types as all other mutators (e.g. setPermissions()) already return Promise<void>.
Promise<Stream>
Promise<void>
setPermissions()
This is a breaking change as this changes the API
Changed the return type from
Promise<Stream>
toPromise<void>
. This unifies the API return types as all other mutators (e.g.setPermissions()
) already returnPromise<void>
.