Skip to content

Commit

Permalink
Remove getNrData (#2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Nov 15, 2023
1 parent d7d1216 commit 58057a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions auth-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.4.44",
"version": "2.4.45",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
4 changes: 0 additions & 4 deletions auth-web/src/services/business.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ export default class BusinessService {
})
}

static async getNrData (nrNumber: string): Promise<AxiosResponse<any>> {
return axios.get(`${ConfigHelper.getLegalAPIV2Url()}/nameRequests/${nrNumber}`)
}

static async createBNRequest (request: BNRequest): Promise<AxiosResponse<any>> {
let url = `${ConfigHelper.getLegalAPIV2Url()}/admin/bn/${request.businessIdentifier}`
if (request.businessNumber) {
Expand Down

0 comments on commit 58057a3

Please sign in to comment.