Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elixxir dApps SDK Swift
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Elixxir dApps SDK Swift
Commits
6b5d748c
Commit
6b5d748c
authored
2 years ago
by
Dariusz Rybicki
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused property of FileTransferSend.Params
parent
a48f0e96
No related branches found
No related tags found
2 merge requests
!102
Release 1.0.0
,
!72
Remove unused property of FileTransferSend.Params
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Sources/XXClient/FileTransfer/Functions/FileTransferSend.swift
+0
-3
0 additions, 3 deletions
...es/XXClient/FileTransfer/Functions/FileTransferSend.swift
with
0 additions
and
3 deletions
Sources/XXClient/FileTransfer/Functions/FileTransferSend.swift
+
0
−
3
View file @
6b5d748c
...
...
@@ -6,20 +6,17 @@ public struct FileTransferSend {
public
init
(
payload
:
FileSend
,
recipientId
:
Data
,
paramsJSON
:
Data
,
retry
:
Float
,
period
:
String
)
{
self
.
payload
=
payload
self
.
recipientId
=
recipientId
self
.
paramsJSON
=
paramsJSON
self
.
retry
=
retry
self
.
period
=
period
}
public
var
payload
:
FileSend
public
var
recipientId
:
Data
public
var
paramsJSON
:
Data
public
var
retry
:
Float
public
var
period
:
String
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment