RE TS plugin to have continues tune auto-upload feature fix #1605

This commit is contained in:
rusefi 2020-07-16 22:19:10 -04:00
parent 01c9645548
commit ea098a2932
1 changed files with 4 additions and 0 deletions

View File

@ -102,4 +102,8 @@ public class Msq {
public UserComments getUserComments() {
return new UserComments();
}
public VersionInfo getVersionInfo() {
return versionInfo;
}
}