commit 6abb8ede02ebe38f1c84b7bdf0d8be96b9997ec1
parent 138121330e97cf6a31a4abd91b8bec206d7d7f80
Author: vin <git@vineetk.net>
Date: Mon, 20 Nov 2023 13:09:35 -0500
do not return an error when init_aplus_toolid is successful
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/canvas.go b/canvas.go
@@ -69,6 +69,7 @@ func init_aplus_toolid(course_id int) error {
if strings.Contains(tool.URL, ".aplusattendance.com/") && base_aplus_link == "" {
base_aplus_link = tool.URL
external_tools_code = tool.ID
+ return nil
}
}