dan-barrett

Results 2 issues of dan-barrett

https://github.com/oclif/fancy-test/blob/7a82fdd232d4ca5cc4c34f83551dc2fb2de457b2/src/nock.ts#L5 This library wraps nock in a very helpful way. However, in the above line of code, the type for the nock `host` is too restrictive. This should be changed...

https://github.com/FusionAuth/fusionauth-typescript-client/blob/1d54de7225ca0981d50bd1d4d5e2e9cd58e967d7/src/FusionAuthClient.ts#L401 `userId` I think should be an optional field here. The API and the docs say it is optional, but the Typescript client is forcing me to put one in....

bug