Skip to content
Snippets Groups Projects
Commit 83a88c35 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

save NDF in session

parent cc748980
No related branches found
No related tags found
2 merge requests!653Always include the StandardRemoteSyncPrefix,!617Project/haven beta
......@@ -158,7 +158,8 @@ func InitFromRemote(storage versioned.KV,
return err
}
_, err = Load(storage, currentVersion)
session, err := Load(storage, currentVersion)
session.SetNDF(def)
return err
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment