Commit 59a3c34
authored
🐛 Fix undefined variable references in write_file() (#510)
Fix bug introduced in PR #489 where write_file() was referencing
undefined variables (parse_stack/append_middleware) instead of the
renamed function parameters (unparse_stack/prepend_middleware).1 parent 6f5f161 commit 59a3c34
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments