Commit e93a16d
committed
fix(webapp): honor the caller's prisma client in the latest-deployment fallback
findCurrentWorkerDeployment resolved the caller-supplied client for the
promotion read but used the module-level client for the fallback read, so
callers passing a replica silently read the primary for that one query.1 parent dc20f17 commit e93a16d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments