fix: supported version expiration only working for exceptions (#5431)
This commit is contained in:
parent
e4d4592145
commit
b5c15d6835
|
@ -77,6 +77,6 @@ export const checkSupportedVersions = function ({
|
|||
status,
|
||||
message,
|
||||
i18n: message ? sv?.i18n : undefined,
|
||||
expiration: exception?.expiration
|
||||
expiration
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue