We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ee776 commit 437d426Copy full SHA for 437d426
1 file changed
server/controllers/things/models/commons/version.js
@@ -11,9 +11,9 @@ const ThingVersion = {
11
throw error_.new('missing journal id', 500, doc)
12
}
13
14
- // TODO add userid to doc.userid
15
- doc.author = 'Douglas Adams'
16
- doc.description = 'Have fun, and thanks for all the fish!'
+ // TODO add userid to doc.userid; use identities provided by OpenID connect
+ // doc.author = 'Douglas Adams'
+ // doc.description = 'Have fun, and thanks for all the fish!'
17
// TODO add license from user profile to doc.copyright
18
19
doc.context = 'version'
0 commit comments