Skip to content

Commit 86d357a

Browse files
committed
IS-3117: Fjernet unødvendig export på const
1 parent 0ea85ab commit 86d357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mocks/ispengestopp/mockIspengestopp.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { statusEndringer } from "./pengestoppStatusMock";
33
import { http, HttpResponse } from "msw";
44
import { StatusEndring } from "@/data/pengestopp/types/FlaggPerson";
55

6-
export const STATUSLIST = statusEndringer;
6+
const STATUSLIST = statusEndringer;
77

88
export const mockIspengestopp = [
99
http.get(`${ISPENGESTOPP_ROOT}/person/status`, () => {

0 commit comments

Comments
 (0)