aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/update-helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/update-helpers.ts')
-rw-r--r--src/helpers/update-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/update-helpers.ts b/src/helpers/update-helpers.ts
index ca541c4b0..3e548c69b 100644
--- a/src/helpers/update-helpers.ts
+++ b/src/helpers/update-helpers.ts
@@ -1,5 +1,5 @@
1import { Octokit } from '@octokit/core'; 1import { Octokit } from '@octokit/core';
2import { defineMessages, IntlShape } from 'react-intl'; 2import { type IntlShape, defineMessages } from 'react-intl';
3 3
4export function getFerdiumVersion( 4export function getFerdiumVersion(
5 currentLocation: string, 5 currentLocation: string,