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