Skip to content

Commit 2dc7de7

Browse files
committed
lint sucks
1 parent 498784e commit 2dc7de7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/frontend/efiling-frontend/src/domain/submission/submission-history/SubmissionHistoryService.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import axios from "axios";
22

33
export const getSubmissionHistory = (applicationCode = "") => {
4-
//Temporary fix for issue introduced
4+
// Temporary fix for issue introduced
55
const token = localStorage.getItem("jwt");
66

77
if (applicationCode) {
8-
98
return axios.get("/filingpackages", {
109
params: { parentApplication: applicationCode },
1110
headers: {

0 commit comments

Comments
 (0)