Commit 17ba865
Make FLASHBOOT an enum value (#488)
Because FLASHBOOT is an enum value, running create_endpoint
throws
runpod.error.QueryError: Enum "FlashBootType" cannot represent non-enum value: "FLASHBOOT"
if FLASHBOOT is passed as string.
Co-authored-by: Dean Quiñanola <deanq@users.noreply.github.com>1 parent 93dbe40 commit 17ba865
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments