We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c0044 commit 4453a57Copy full SHA for 4453a57
docs/rest/api/Entity.md
@@ -402,7 +402,7 @@ class Stream extends Entity {
402
}
403
static key = 'Stream';
404
405
- process(value, parent, key, args) {
+ static process(value, parent, key, args) {
406
// super.process creates a copy of value
407
const processed = super.process(value, parent, key, args);
408
processed.username = args[0]?.username;
0 commit comments