Skip to content

Commit

Permalink
NCC (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Jan 9, 2022
1 parent c8eda38 commit 13f278a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11322,10 +11322,10 @@ async function run() {
relationsString.split(",").forEach((v) => {
if (v != null && v != "") {
const projectSplit = v.split(":");
projects[index] = {
projects.push({
slug: projectSplit[0],
type: projectSplit[1],
};
});
}
});
let metadata = {
Expand Down

0 comments on commit 13f278a

Please sign in to comment.