CSR-1072 prettier
This commit is contained in:
parent
5733ae6b82
commit
01f35a37ae
1 changed files with 2 additions and 2 deletions
|
|
@ -1104,7 +1104,7 @@ export const actions = {
|
||||||
if (!pageName) {
|
if (!pageName) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var payload = {
|
var payload = {
|
||||||
userId: userId,
|
userId: userId,
|
||||||
sessionKey: sessionKey,
|
sessionKey: sessionKey,
|
||||||
|
|
@ -1156,7 +1156,7 @@ export const actions = {
|
||||||
if (!pageName) {
|
if (!pageName) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var payload = {
|
var payload = {
|
||||||
userId: userId,
|
userId: userId,
|
||||||
sessionKey: sessionKey,
|
sessionKey: sessionKey,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue