Commit 81ff174
fix: copyJobId should check asset.id for OSS compatibility
In OSS environments, asset.id is the promptId directly.
In Cloud environments, promptId is in user_metadata.
Updated copyJobId to check both sources (same as deletion logic).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 91af228 commit 81ff174
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments