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 9931a48 commit 066a921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/managers/markdownManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default class markdownManager {

extractProperties({file}: ExtractPropertiesParams): Properties {

// var url: string = '';
// var hyperlink: string = '';
console.log('delimeter', markdownConfig.splitDelimeter); // remove

var properties: Properties = {};
var currentSubject: string = '';
for (const line of file.split(markdownConfig.splitDelimeter)) {
Expand Down

0 comments on commit 066a921

Please sign in to comment.