lint compliance

This commit is contained in:
yflory
2019-09-18 18:01:37 +02:00
parent 1b9a8828e9
commit 3d96f3d7b1
2 changed files with 1 additions and 2 deletions

View File

@@ -468,7 +468,7 @@ define([
if (err) { return void cb({error: err}); }
var localTeam = ctx.store.proxy.teams[teamId];
if (localTeam) {
localTeam.metadata = data.metadata
localTeam.metadata = data.metadata;
}
cb();
});