Oliver Jägle commited on
Commit
bc3274c
·
unverified ·
1 Parent(s): f20fff1

Satisfy the linter

Browse files
app/lib/hooks/useEditChatDescription.ts CHANGED
@@ -3,10 +3,10 @@ import { useCallback, useEffect, useState } from 'react';
3
  import { toast } from 'react-toastify';
4
  import {
5
  chatId as chatIdStore,
6
- description as descriptionStore,
7
  db,
8
- updateChatDescription,
9
  getMessages,
 
10
  } from '~/lib/persistence';
11
 
12
  interface EditChatDescriptionOptions {
 
3
  import { toast } from 'react-toastify';
4
  import {
5
  chatId as chatIdStore,
 
6
  db,
7
+ description as descriptionStore,
8
  getMessages,
9
+ updateChatDescription,
10
  } from '~/lib/persistence';
11
 
12
  interface EditChatDescriptionOptions {