mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Remove not needed TODOs
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
8879b51344
commit
fbd5fa8b07
2 changed files with 0 additions and 3 deletions
|
@ -105,7 +105,6 @@ export class UsersService {
|
||||||
if (user.photo) {
|
if (user.photo) {
|
||||||
return user.photo;
|
return user.photo;
|
||||||
} else {
|
} else {
|
||||||
// TODO: Create new photo, see old code
|
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,8 +13,6 @@ import { NoteMetadataDto } from '../../src/notes/note-metadata.dto';
|
||||||
import { User } from '../../src/users/user.entity';
|
import { User } from '../../src/users/user.entity';
|
||||||
import { TestSetup, TestSetupBuilder } from '../test-setup';
|
import { TestSetup, TestSetupBuilder } from '../test-setup';
|
||||||
|
|
||||||
// TODO Tests have to be reworked using UserService functions
|
|
||||||
|
|
||||||
describe('Me', () => {
|
describe('Me', () => {
|
||||||
let testSetup: TestSetup;
|
let testSetup: TestSetup;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue