chore: remove unused function?
This commit is contained in:
parent
c95f13ff18
commit
2d8516885d
1 changed files with 0 additions and 4 deletions
|
@ -12,8 +12,4 @@ export default class Message {
|
||||||
this.userUuid = user_uuid;
|
this.userUuid = user_uuid;
|
||||||
this.message = message;
|
this.message = message;
|
||||||
}
|
}
|
||||||
|
|
||||||
getTimestamp() {
|
|
||||||
return uuidToTimestamp(this.uuid);
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue