Skip to content

Fix type to support arbitrary query params

Daniel Gerhardt requested to merge fix-queryparams-type into master

The type for the parameter was to limited, so only a roomId could be passed. With this change, arbitrary parameters can be passed.

Example:

userService.getById(userId, { view: 'owner' });
Edited by Daniel Gerhardt

Merge request reports