Skip to content

Commit 7a2ff5e

Browse files
committed
rm unnecessary TODO
1 parent ab9c1b1 commit 7a2ff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/direct/dstate/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func (db *DeploymentState) Open(path string) error {
120120
}
121121
return err
122122
}
123-
// TODO: Use json.Decoder with UseNumber() to preserve precision of large integers.
123+
124124
err = json.Unmarshal(data, &db.Data)
125125
if err != nil {
126126
return err

0 commit comments

Comments
 (0)