Skip to content

Commit

Permalink
OK-326 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
msiukola committed Nov 21, 2023
1 parent 6ae778f commit 819b616
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/js/models/hakemus.js
Expand Up @@ -150,16 +150,10 @@ export default class Hakemus {

showMigriURL() {
return _.chain(this.valintatulosHakutoiveet()).map(function(tulos) {
console.log("Show migri url?", tulos)
return tulos.showMigriURL
}).filter(function(k) {return k}).head().value()
}

getMigriUrl(base) {
console.log("Getting migri url for base " + base + ". Token: " + this.migriJwt)
return base + this.migriJwt;
}

oiliUrl() {
var oiliJwt = this.oiliJwt;
return _.chain(this.valintatulosHakutoiveet()).map(function(tulos) {
Expand Down

0 comments on commit 819b616

Please sign in to comment.