Commit d3998b76 authored by Joel Collins's avatar Joel Collins
Browse files

Handle new zip-builder response structure

parent 2844735f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ export default {
    },

    onResponse: function(response) {
      this.lastSessionId = response.return;
      this.lastSessionId = response.return.id;
      this.downloadUrl = `${this.zipGetterUri}/${this.lastSessionId}`;
      this.downloadReady = true;
    },