Skip to content
This repository was archived by the owner on Apr 10, 2023. It is now read-only.

Commit da0c8cc

Browse files
committed
fix: guess ohmyfetch was wrong
1 parent 965ad3e commit da0c8cc

3 files changed

Lines changed: 8 additions & 23 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"filesize": "10.0.6",
4343
"lodash-es": "^4.17.21",
4444
"nprogress": "0.2.0",
45-
"ohmyfetch": "^0.4.21",
45+
"ofetch": "^1.0.0",
4646
"pinia": "2.0.30",
4747
"universal-cookie": "4.0.4",
4848
"vue": "3.2.47",

frontend/pnpm-lock.yaml

Lines changed: 6 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/store/useSettingsStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineStore } from "pinia";
22
import { computed, ref, unref, type Ref } from "vue";
3-
import { $fetch } from "ohmyfetch";
3+
import { $fetch } from "ofetch";
44
import { settingsLog } from "~/lib/composables/useLog";
55
import { useAuthStore } from "~/store/useAuthStore";
66
import { useSettingsHelper } from "~/lib/composables/useSettingsHelper";

0 commit comments

Comments
 (0)