fix: R before S

This commit is contained in:
Thomas E Lackey 2020-12-09 19:15:27 -06:00
parent 01a2bfbcba
commit d10df2a250

View File

@ -28,8 +28,8 @@ export const addonResolvers = {
return { return {
timestamp: new Date().toUTCString(), timestamp: new Date().toUTCString(),
json: JSON.stringify([ json: JSON.stringify([
ifSentry(), ifRadicle(),
ifRadicle() ifSentry()
].filter(x => x)) ].filter(x => x))
}; };
} }