Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
ALL MAP AND NO FILTER MAKES MD A GOOD DEV
Browse files Browse the repository at this point in the history
All map and no filter makes MD a good dev. All map and no filter makes M
D a good dev. All map and no filter makes MD a good dev. All map and no
filter makes MD a good dev. All map and no filter makes MD a good dev. A
ll map and no filter makes MD a good dev. All map and no filter makes MD
 a good dev. All map and no filter makes MD a good dev.
  • Loading branch information
mdcfe committed Feb 15, 2018
1 parent dd61566 commit aeeaaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const landing = {
axios.get("lastSuccessfulBuild/api/json")
.then(response => {
this.buildNo = response.data.id;
this.plugins = response.data.artifacts.filter(artifact => {
this.plugins = response.data.artifacts.map(artifact => {
return {
name: `EssentialsX ${artifact.displayPath.match(/EssentialsX([A-Za-z]*)/)}`,
main: `${mainCI}lastSuccessfulBuild/artifact/${artifact.relativePath}`,
Expand Down

0 comments on commit aeeaaeb

Please sign in to comment.