Satisfy the linter

This commit is contained in:
Oliver Jägle
2024-12-18 00:42:56 +01:00
parent f20fff1443
commit bc3274c77e

View File

@@ -3,10 +3,10 @@ import { useCallback, useEffect, useState } from 'react';
import { toast } from 'react-toastify';
import {
chatId as chatIdStore,
description as descriptionStore,
db,
updateChatDescription,
description as descriptionStore,
getMessages,
updateChatDescription,
} from '~/lib/persistence';
interface EditChatDescriptionOptions {