Browse Source

Merge branch 'fix/smart_report_content' into debug

Roc 4 months ago
parent
commit
5b3aa85798
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/report_v2.go

+ 1 - 1
services/report_v2.go

@@ -1866,7 +1866,7 @@ func handleTableLinkReportId(link string, reportId, fromScene int) string {
 		}
 	}()
 	if link == `` {
-		return
+		return link
 	}
 	parsedURL, err := url.Parse(link)
 	if err != nil {