mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-26 06:14:38 +01:00
Fix ==
This commit is contained in:
parent
b7e410b54f
commit
a2009896d3
@ -19,7 +19,7 @@ draft: false
|
|||||||
var proms=[];
|
var proms=[];
|
||||||
switch (result) {
|
switch (result) {
|
||||||
case "abs":
|
case "abs":
|
||||||
proms==getAbsFilesName().map((f) => AbsDataFile.loadAsync(f));
|
proms=getAbsFilesName().map((f) => AbsDataFile.loadAsync(f));
|
||||||
break;
|
break;
|
||||||
case "fluo":
|
case "fluo":
|
||||||
proms=getFluoFilesName().map((f) => FluoDataFile.loadAsync(f));
|
proms=getFluoFilesName().map((f) => FluoDataFile.loadAsync(f));
|
||||||
|
Loading…
Reference in New Issue
Block a user