Commit ba25c4f
fix: Fix issue with the repo_id type for user streams being incorrect (#255)
The schema would report repo_id as a string, which caused validation
errors when running since repo_id is actually an integer.
Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com>1 parent 1b41def commit ba25c4f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments