Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files * Update eslint plugin * updated files
This commit is contained in:
@@ -20,7 +20,7 @@ export function getAdminClient() {
|
||||
|
||||
let client = getAdminClient();
|
||||
|
||||
client.callAs = function(user) {
|
||||
client.callAs = function (user) {
|
||||
return getClient({
|
||||
username: user.login,
|
||||
password: 'password',
|
||||
|
||||
Reference in New Issue
Block a user