mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 00:58:32 +02:00
snake_case icons and better toast styles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { readFile } from '@tauri-apps/plugin-fs';
|
||||
import type { HttpResponse } from '@yaakapp/api';
|
||||
import { getCharsetFromContentType } from './models';
|
||||
import { getCharsetFromContentType } from './model_util';
|
||||
|
||||
export async function getResponseBodyText(response: HttpResponse): Promise<string | null> {
|
||||
if (response.bodyPath) {
|
||||
|
||||
Reference in New Issue
Block a user