Skip to content

Commit

Permalink
Merge pull request #330 from atsign-foundation/refactor-for-feature-v…
Browse files Browse the repository at this point in the history
…elocity

refactor: refactor sshnpd_impl.dart for future feature velocity
  • Loading branch information
gkc authored Aug 11, 2023
2 parents c821fb2 + fbd4dca commit fd349a8
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 140 deletions.
3 changes: 1 addition & 2 deletions packages/sshnoports/lib/common/create_at_client_cli.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ Future<AtClient> createAtClientCli({
..fetchOfflineNotifications = false
..atKeysFilePath = atKeysFilePath
..atProtocolEmitted = Version(2, 0, 0)
..rootDomain = rootDomain
;
..rootDomain = rootDomain;

AtOnboardingService onboardingService = AtOnboardingServiceImpl(
atsign, atOnboardingConfig,
Expand Down
3 changes: 1 addition & 2 deletions packages/sshnoports/lib/sshnp/sshnp_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ class SSHNPImpl implements SSHNP {
namespace: '${p.device}.sshnp',
pathExtension: sessionId,
atKeysFilePath: p.atKeysFilePath,
rootDomain: p.rootDomain
);
rootDomain: p.rootDomain);

var sshnp = SSHNP(
atClient: atClient,
Expand Down
Loading

0 comments on commit fd349a8

Please sign in to comment.