SoapboxConfig: toJSON() --> toJS()

This commit is contained in:
Alex Gleason 2020-08-24 11:09:59 -05:00
parent 1f5f2e4c8f
commit bb30f0c989
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class SoapboxConfig extends ImmutablePureComponent {
group: ':pleroma',
key: ':frontend_configurations',
value: [{
tuple: [':soapbox_fe', soapbox.toJSON()],
tuple: [':soapbox_fe', soapbox.toJS()],
}],
}],
};