Commit b482743
committed
Fix error when
```
Cast from Avram::Type::FailedCast to Avram::Type::SuccessfulCast(T) failed, at /path/to/lib/avram/src/avram/type.cr:25:5 (TypeCastError)
from lib/avram/src/avram/type.cr:25:5 in 'parse!'
from lib/avram/src/avram/type.cr:33:20 in 'to_db!'
from lib/avram/src/avram/criteria.cr:89:48 in 'perform_eq'
from lib/avram/src/avram/criteria.cr:25:5 in 'eq'
# ...
```id in request params is empty1 parent d7cb062 commit b482743
File tree
4 files changed
+4
-4
lines changed- src/bill/operations/mixins
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments