Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nn/dlp: Fix Initialize functions on ServerPrivate
These functions were pointing to the `Server` implementation, and not the `ServerPrivate` one. Fix the typo using the correct `ServerPrivate` export instead.
- Loading branch information