From 6abb8ede02ebe38f1c84b7bdf0d8be96b9997ec1 Mon Sep 17 00:00:00 2001 From: vin Date: Mon, 20 Nov 2023 13:09:35 -0500 Subject: [PATCH] do not return an error when init_aplus_toolid is successful --- canvas.go | 1 + 1 file changed, 1 insertion(+) diff --git a/canvas.go b/canvas.go index 5a43999..d781717 100644 --- 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 } }