PLT_4948 fixing create team javascript error (#4809)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
2e5ae55e69
Коммит
25c5111f3f
@@ -210,7 +210,7 @@ export default class Client {
|
||||
}
|
||||
|
||||
if (successCallback) {
|
||||
if (res && res.body) {
|
||||
if (res && res.body !== undefined) { // eslint-disable-line no-undefined
|
||||
successCallback(res.body, res);
|
||||
} else {
|
||||
console.error('Missing response body for ' + methodName); // eslint-disable-line no-console
|
||||
|
||||
Ссылка в новой задаче
Block a user