We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea85ab commit 86d357aCopy full SHA for 86d357a
src/mocks/ispengestopp/mockIspengestopp.ts
@@ -3,7 +3,7 @@ import { statusEndringer } from "./pengestoppStatusMock";
3
import { http, HttpResponse } from "msw";
4
import { StatusEndring } from "@/data/pengestopp/types/FlaggPerson";
5
6
-export const STATUSLIST = statusEndringer;
+const STATUSLIST = statusEndringer;
7
8
export const mockIspengestopp = [
9
http.get(`${ISPENGESTOPP_ROOT}/person/status`, () => {
0 commit comments