Skip to content

Commit 437d426

Browse files
committed
version model : remove 42
1 parent 05ee776 commit 437d426

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • server/controllers/things/models/commons

server/controllers/things/models/commons/version.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const ThingVersion = {
1111
throw error_.new('missing journal id', 500, doc)
1212
}
1313

14-
// TODO add userid to doc.userid
15-
doc.author = 'Douglas Adams'
16-
doc.description = 'Have fun, and thanks for all the fish!'
14+
// TODO add userid to doc.userid; use identities provided by OpenID connect
15+
// doc.author = 'Douglas Adams'
16+
// doc.description = 'Have fun, and thanks for all the fish!'
1717
// TODO add license from user profile to doc.copyright
1818

1919
doc.context = 'version'

0 commit comments

Comments
 (0)