mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 14:08:28 +01:00
Fix typo
This commit is contained in:
parent
5fb1b4252c
commit
7d8528ac49
@ -277,7 +277,7 @@ draft: false
|
|||||||
if (i === 1) {
|
if (i === 1) {
|
||||||
var publi = doiCache.get(el, true)
|
var publi = doiCache.get(el, true)
|
||||||
const publis = await getPublis()
|
const publis = await getPublis()
|
||||||
const sets=publis.srts
|
const sets=publis.sets
|
||||||
if (sets.has(el)) {
|
if (sets.has(el)) {
|
||||||
var str = sets.get(el)
|
var str = sets.get(el)
|
||||||
$(td).append(str)
|
$(td).append(str)
|
||||||
|
Loading…
Reference in New Issue
Block a user