Skip to content

Commit

Permalink
provide default value to sectionsWithResources
Browse files Browse the repository at this point in the history
  • Loading branch information
Ala Hawash committed Mar 26, 2024
1 parent 2eef5fe commit 6170840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdctl-core/streams/section.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const _ = require('lodash'),

class ExportSection {

constructor(content, key = '', sectionsWithResources) {
constructor(content, key = '', sectionsWithResources = []) {

Object.assign(privatesAccessor(this), {
content,
Expand Down

0 comments on commit 6170840

Please sign in to comment.