fix: R before S
This commit is contained in:
parent
01a2bfbcba
commit
d10df2a250
@ -28,8 +28,8 @@ export const addonResolvers = {
|
||||
return {
|
||||
timestamp: new Date().toUTCString(),
|
||||
json: JSON.stringify([
|
||||
ifSentry(),
|
||||
ifRadicle()
|
||||
ifRadicle(),
|
||||
ifSentry()
|
||||
].filter(x => x))
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user