add missing 'date' to log interface
This commit is contained in:
@@ -35,6 +35,7 @@ tasks:
|
|||||||
- 04 allow user to download chains of VCs, mine + ones I can see about me from others
|
- 04 allow user to download chains of VCs, mine + ones I can see about me from others
|
||||||
- add VC confirmation
|
- add VC confirmation
|
||||||
|
|
||||||
|
- record donations vs gives
|
||||||
- make server endpoint for full English description of limits
|
- make server endpoint for full English description of limits
|
||||||
- make identicons for contacts into more-memorable faces (and maybe change project identicons, too)
|
- make identicons for contacts into more-memorable faces (and maybe change project identicons, too)
|
||||||
- 02 watch for the service worker activation before showing the button to turn on notifications
|
- 02 watch for the service worker activation before showing the button to turn on notifications
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
export interface Log {
|
export interface Log {
|
||||||
|
date: string;
|
||||||
message: string;
|
message: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user