SoapboxConfig: toJSON() --> toJS()

This commit is contained in:
Alex Gleason
2020-08-24 11:09:59 -05:00
parent 1f5f2e4c8f
commit bb30f0c989

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()],
}],
}],
};