mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix typo
This commit is contained in:
@@ -192,7 +192,7 @@ export const licenseServiceFactory = ({
|
||||
} catch (error) {
|
||||
logger.error(
|
||||
error,
|
||||
`getPlan: encountered an error when fetching pan [orgId=${orgId}] [projectId=${projectId}] [error]`
|
||||
`getPlan: encountered an error when fetching plan [orgId=${orgId}] [projectId=${projectId}] [error]`
|
||||
);
|
||||
return onPremFeatures;
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user