move profile icons into the database

This commit is contained in:
Girish Ramakrishnan
2021-04-29 12:49:48 -07:00
parent 7b8fd3596e
commit b8ea9de439
11 changed files with 117 additions and 82 deletions

View File

@@ -967,8 +967,8 @@ describe('Users API', function () {
expect(result.body.role).to.equal('user');
done();
});
});
});
});
});
});
});