Skip to content

Commit a6d8b6e

Browse files
authored
Update exposer.js
Correct situation when the consumer invokeAction("sayOk") returns "undefined".
1 parent 3325e12 commit a6d8b6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/security/oauth/exposer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const td = {
2929
sayOk: {
3030
description: "A simple action protected with oauth",
3131
idempotent: true,
32+
output: { type: "string" },
3233
},
3334
},
3435
};

0 commit comments

Comments
 (0)