mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-02 18:32:43 +08:00
style: format code and apply clippy lint fixes (#941)
This commit is contained in:
@@ -8,7 +8,7 @@ export const sessionsApi = {
|
||||
|
||||
async getMessages(
|
||||
providerId: string,
|
||||
sourcePath: string
|
||||
sourcePath: string,
|
||||
): Promise<SessionMessage[]> {
|
||||
return await invoke("get_session_messages", { providerId, sourcePath });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user