Skip to content

Commit 104505e

Browse files
chore(ui): lint
1 parent ee40026 commit 104505e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/services/events/onModelInstallError.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { assert } from 'tsafe';
1818
const log = logger('events');
1919
const selectModelInstalls = modelsApi.endpoints.listModelInstalls.select();
2020

21-
export const UNAUTHORIZED_TOAST_ID = getPrefixedId('unauthorized-toast');
21+
const UNAUTHORIZED_TOAST_ID = getPrefixedId('unauthorized-toast');
2222
const FORBIDDEN_TOAST_ID = getPrefixedId('forbidden-toast');
2323

2424
const getHFTokenStatusToastTitle = (token_status: S['HFTokenStatus']) => {

0 commit comments

Comments
 (0)