Commit f58fca8
committed
fix: Always set _spotlight_script
The conditional early exit in `SpotlightMiddleware` may cause attribute access errors when trying to check if `_spotlight_script` is set or not. This patch sets it to `None` explicitly and always in the constructor to avoid/fix the issue.1 parent f8ec572 commit f58fca8
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments