Skip to content

Commit

Permalink
config(wiki): serialize before post
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Sep 1, 2023
1 parent b2a7dde commit 8a2c9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/WikiConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ export default class WikiConfiguration extends ConfigurationBase {
...changeTag( await window.deputy.getWikiConfig() ),
action: 'edit',
title: this.sourcePage.getPrefixedText(),
text: this.serialize()
text: JSON.stringify( this.serialize() )
} );
}

Expand Down

0 comments on commit 8a2c9f8

Please sign in to comment.