Remove passing option object passing to baw-api.service
methods
#2166
Labels
architecture
Architectural changes to the software
baw-api.service
methods
#2166
At the moment our
baw-api.service
methods allow passing in aBawOptions
object that allows us to disable error message, disable caching, and disable sending authentication information.This is an incorrect fix, and we should instead create the service with the correct options (perhaps through a provider factory)
The text was updated successfully, but these errors were encountered: