Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Sep 1, 2024
1 parent 99702ca commit e661953
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/managers/markdownManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ export default class markdownManager {

if (result.length == markdownConfig.splitExpectedSize) {

console.log('PROP', prop); // remove
switch (prop) {

case 'subject':

console.log('subject'); // remove
console.log('STEP A SUBJECT'); // remove

currentSubject = current;
url = `${octokitConfig.source}/${currentSubject}`;
Expand All @@ -76,7 +77,7 @@ export default class markdownManager {

case 'topic':

console.log('STEP TOPIC 1'); // remove
console.log('STEP B TOPIC'); // remove

url = `${octokitConfig.source}/${currentSubject}/${current}`;
hyperlink = `[\`${current}\`](${url}/${octokitConfig.file})`;
Expand Down

0 comments on commit e661953

Please sign in to comment.