Unverified Commit cce75dee authored by Dan Jones's avatar Dan Jones
Browse files

chore: remove TODO

I've raised an issue to confirm the schema loads from a
tag once we have created a release to test against.
parent 46df2ad4
......@@ -133,7 +133,6 @@ class GenericSoarProtocol extends GenericProtocol {
loadSchema(version) {
this.axios = axios;
let repository = "https://git.noc.ac.uk/communications-backbone-system/backbone-message-format";
// TODO check this path resolves for tags
let url = `${repository}/-/raw/${version}/project/soar/swagger.json`;
return this.axios.get(url)
.then((response) => {
......
......@@ -135,7 +135,6 @@ class GenericSoarProtocol extends GenericProtocol {
loadSchema(version) {
this.axios = axios;
let repository = "https://git.noc.ac.uk/communications-backbone-system/backbone-message-format";
// TODO check this path resolves for tags
let url = `${repository}/-/raw/${version}/project/soar/swagger.json`;
return this.axios.get(url)
.then((response) => {
......
......@@ -133,7 +133,6 @@ export class GenericSoarProtocol extends GenericProtocol {
loadSchema(version) {
this.axios = axios;
let repository = "https://git.noc.ac.uk/communications-backbone-system/backbone-message-format";
// TODO check this path resolves for tags
let url = `${repository}/-/raw/${version}/project/soar/swagger.json`;
return this.axios.get(url)
.then((response) => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment