chore: fix minor typo in function name updateChatVisibilityById (#983)
Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
This commit is contained in:
parent
2681194caf
commit
26bbbd6287
2 changed files with 3 additions and 3 deletions
|
|
@ -485,7 +485,7 @@ export async function deleteMessagesByChatIdAfterTimestamp({
|
|||
}
|
||||
}
|
||||
|
||||
export async function updateChatVisiblityById({
|
||||
export async function updateChatVisibilityById({
|
||||
chatId,
|
||||
visibility,
|
||||
}: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue