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