strongloop / loopback-example-access-control

An example demonstrating LoopBack access control mechanisms.
Other
370 stars 168 forks source link

There is an error in the withdraw remote definition #120

Closed cspinillo closed 6 years ago

cspinillo commented 6 years ago

Description/Steps to reproduce

Type example code on readme.md as is and yarn start

Link to reproduction sandbox

n/a

Expected result

accepts: [ {arg: 'id', type: 'number'}, {arg: 'amount', type: 'number'}, ]

should be:

accepts: [ {arg: 'id', type: 'number'}, {arg: 'amount', type: 'number'} ],

Additional information

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.