mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Support indexed date
This commit is contained in:
parent
04a0d193af
commit
659bd97dd3
@ -20,6 +20,9 @@ class pubUtils {
|
||||
if (publi.issued != null) {
|
||||
return {type:"issued", dateInfo:publi.issued}
|
||||
}
|
||||
else if (publi.indexed) {
|
||||
return {type:"indexed", dateInfo:publi.indexed}
|
||||
}
|
||||
else {
|
||||
return {type:"created", dateInfo:publi.created}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user