Skip to content

Commit

Permalink
runtime should NOT save instance id !
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Oct 18, 2023
1 parent 28c93c1 commit a3cfbe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/myrobotlab/service/Runtime.java
Original file line number Diff line number Diff line change
Expand Up @@ -5335,7 +5335,6 @@ public RuntimeConfig getConfig() {
config = super.getConfig();
config.locale = getLocaleTag();
config.virtual = isVirtual;
config.id = getId();
return config;
}

Expand Down

0 comments on commit a3cfbe8

Please sign in to comment.