rework list courses page to be flatten
This commit is contained in:
@ -29,7 +29,13 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
const savingOrganizationIDInternalInsteadOfExternal = false
|
||||
|
||||
func app(ctx context.Context) error {
|
||||
if !savingOrganizationIDInternalInsteadOfExternal {
|
||||
panic("fix saving ogranization id as external id instead of internal")
|
||||
}
|
||||
|
||||
var cfgpath string
|
||||
if len(os.Args) > 1 {
|
||||
cfgpath = os.Args[1]
|
||||
|
||||
Reference in New Issue
Block a user