fabric8-analytics-dependency-editor
Advanced tools
Comparing version 0.0.3-development to 0.0.4-development
{ | ||
"name": "fabric8-analytics-dependency-editor", | ||
"version": "0.0.3-development", | ||
"version": "0.0.4-development", | ||
"description": "Dependency editor", | ||
@@ -5,0 +5,0 @@ "main": "bundles/fabric8-analytics-dep-editor.umd.js", |
@@ -34,5 +34,4 @@ import { Injectable, EventEmitter, Output } from '@angular/core'; | ||
// const payload = 'github_url=' + githubUrl; | ||
var payload = {}; | ||
payload['github_url'] = githubUrl + '&source=osio'; | ||
payload['github_ref'] = githubRef; | ||
var payload; | ||
payload = 'github_url=' + githubUrl + '&source=osio' + '&github_ref=' + githubRef; | ||
option.headers.append('Content-Type', 'application/x-www-form-urlencoded'); | ||
@@ -39,0 +38,0 @@ return _this.http.post(url, payload, option) |
Sorry, the diff of this file is not supported yet
371004
3039