mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Now correctly using image data for new data format
This commit is contained in:
parent
1c5d24a326
commit
98857436bd
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ function ReadData(data) {
|
|||
// dont allow overwriting
|
||||
// ?!>>>
|
||||
if (!currQuestion.HasImage()) {
|
||||
currQuestion.I = currData;
|
||||
currQuestion.I = JSON.parse(currData);
|
||||
}
|
||||
ExpectedIdentifier = ['?', '+'];
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue