fix: supported version expiration only working for exceptions (#5431)

This commit is contained in:
Diego Mello 2023-12-26 10:58:19 -03:00 committed by GitHub
parent e4d4592145
commit b5c15d6835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,6 @@ export const checkSupportedVersions = function ({
status,
message,
i18n: message ? sv?.i18n : undefined,
expiration: exception?.expiration
expiration
};
};