Commit 38d90a0
committed
Pass function instead function call in forms
This is done because when running migrations, the function
which made db queries was being run hence failing the CI.
By passing the function itself instead, this issue is fixed
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>1 parent 7b8835a commit 38d90a0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments