Skip to content

Commit 5166267

Browse files
committed
processed comments
Signed-off-by: DenisRybas <denis.rybas@dsr-corporation.com>
1 parent b4a39d6 commit 5166267

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

x/model/keeper/msg_server_model.go

-6
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,6 @@ func (k msgServer) UpdateModel(goCtx context.Context, msg *types.MsgUpdateModel)
155155
model.EnhancedSetupFlowTCDigest = msg.EnhancedSetupFlowTCDigest
156156
model.EnhancedSetupFlowTCFileSize = msg.EnhancedSetupFlowTCFileSize
157157
model.MaintenanceUrl = msg.MaintenanceUrl
158-
} else {
159-
model.EnhancedSetupFlowTCUrl = ""
160-
model.EnhancedSetupFlowTCRevision = 0
161-
model.EnhancedSetupFlowTCDigest = ""
162-
model.EnhancedSetupFlowTCFileSize = 0
163-
model.MaintenanceUrl = ""
164158
}
165159

166160
model.SchemaVersion = msg.SchemaVersion

0 commit comments

Comments
 (0)