Skip to content

Commit

Permalink
NVSK schdeule adapter function call changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanush-2397 committed Nov 10, 2023
1 parent c57c900 commit 842ef5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ingestion/services/nvsk-api/nvsk-api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export class NvskApiService {
};
}
this.writeRawDataFromUrl(urlData, headers.Authorization);
this.scheduleAdapters()
return { code: 200, message: "VSK Writing to the file in process" };
} catch (error) {
return { code: 400, errorMsg: error };
Expand Down

0 comments on commit 842ef5d

Please sign in to comment.