mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-25 13:25:57 -05:00
fix: remove wrong expression
This commit is contained in:
committed by
konrad
parent
0523350f39
commit
fe2c3906ca
@@ -2,6 +2,4 @@
|
||||
* Returns a date as a string value in ISO format.
|
||||
* same format as `new Date().toISOString()`
|
||||
*/
|
||||
export type DateISO<T extends string = string> = T
|
||||
|
||||
new Date().toISOString()
|
||||
export type DateISO<T extends string = string> = T
|
||||
Reference in New Issue
Block a user