mirror of
https://codeberg.org/flpolyaplus/aplus.git
synced 2024-11-21 17:00:30 -05:00
do not return an error when init_aplus_toolid is successful
This commit is contained in:
parent
138121330e
commit
6abb8ede02
@ -69,6 +69,7 @@ func init_aplus_toolid(course_id int) error {
|
|||||||
if strings.Contains(tool.URL, ".aplusattendance.com/") && base_aplus_link == "" {
|
if strings.Contains(tool.URL, ".aplusattendance.com/") && base_aplus_link == "" {
|
||||||
base_aplus_link = tool.URL
|
base_aplus_link = tool.URL
|
||||||
external_tools_code = tool.ID
|
external_tools_code = tool.ID
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user