Feature/settings support custom extension repos (#539)
* [Codegen] Support custom extension repos * [VersionMapping] Require server version "r1444" for preview
This commit is contained in:
@@ -1026,7 +1026,7 @@ export class RequestManager {
|
||||
...cachedExtensions.data.fetchExtensions,
|
||||
extensions: cachedExtensions.data.fetchExtensions.extensions.map((extension) => {
|
||||
const isUpdatedExtension =
|
||||
extension.apkName === response.data?.updateExtension.extension.apkName;
|
||||
extension.apkName === response.data?.updateExtension.extension?.apkName;
|
||||
if (!isUpdatedExtension) {
|
||||
return extension;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user