Commit b76c1d7
authored
fix: Remove the session wrapper from the embedded widget app (#2158)
- We creating a new session and getting the session details, even though
that was unnecessary for fetching the object itself since we already
have a connection
- Just pass `isConsoleAvailable: false` here, since we will never have
the console available in the embedded widget scenario
- Should speed up the embed-widget fetch quite a bit1 parent 6362eb7 commit b76c1d7
1 file changed
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
27 | 23 | | |
28 | 24 | | |
29 | 25 | | |
| |||
88 | 84 | | |
89 | 85 | | |
90 | 86 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 87 | | |
98 | 88 | | |
99 | 89 | | |
100 | 90 | | |
101 | 91 | | |
102 | 92 | | |
103 | 93 | | |
104 | | - | |
| 94 | + | |
105 | 95 | | |
106 | 96 | | |
107 | 97 | | |
| |||
0 commit comments