Skip to content

Commit 6c7f07c

Browse files
committed
IDVA5-2197 Register an ACSP - Allow Previously Closed/ Ceased ACSPs to Access Registration Service -added the mapping for the filing type
1 parent c8ee11d commit 6c7f07c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/services/transaction/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ export default class TransactionService {
209209
};
210210
return resource;
211211
}
212-
}
212+
}

test/services/transaction/service.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,5 +208,4 @@ describe("transaction", () => {
208208
const castedData: ApiErrorResponse = data as ApiErrorResponse;
209209
expect(castedData.errors[0]).to.equal("Internal Server Error");
210210
});
211-
212211
});

0 commit comments

Comments
 (0)