fix
This commit is contained in:
parent
433ab9ceea
commit
c19638eb6d
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class Source {
|
|||
"sourceCodeUrl": sourceCodeUrl,
|
||||
"apiUrl": apiUrl,
|
||||
"version": version,
|
||||
"itemType": itemType,
|
||||
"itemType": itemType?.index ?? 0,
|
||||
"isFullData": isFullData,
|
||||
"appMinVerReq": appMinVerReq,
|
||||
"additionalParams": additionalParams,
|
||||
|
|
|
|||
Loading…
Reference in a new issue