fix type of issue source extension

This commit is contained in:
Grahame Grieve 2023-02-02 16:39:53 +11:00
parent 1f6a8edbd6
commit f7ad38cc34
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ public class ToolingExtensions {
Extension ex = new Extension();
// todo: write this up and get it published with the pack (and handle the redirect?)
ex.setUrl(ToolingExtensions.EXT_ISSUE_SOURCE);
CodeType c = new CodeType();
StringType c = new StringType();
c.setValue(source.toString());
ex.setValue(c);
return ex;