Update sync.js

This commit is contained in:
Brian Munkholm 2017-10-13 17:23:46 +02:00 committed by GitHub
parent fca7cd4566
commit 2284b3c4c3
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class User {
* @param {string} adminToken - existing admin token
* @param {string} server - authentication server
* @return {User} - admin user populated with the given token and server
* @throws {Error} If admin token or server is invalid.
* @throws {Error} If adminToken or server is invalid.
*/
static adminUser(adminToken, server) {}