We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a560ec9 commit 3105368Copy full SHA for 3105368
swiftwave_manager/graphql/graphql_object_mapper.go
@@ -19,15 +19,6 @@ func gitCredentialToGraphqlObject(record *dbmodel.GitCredential) *model.GitCrede
19
}
20
21
22
-// gitCredentialToDatabaseObject : converts GitCredential to GitCredentialDatabaseObject
23
-func gitCredentialToDatabaseObject(record *model.GitCredential) *dbmodel.GitCredential {
24
- return &dbmodel.GitCredential{
25
- Name: record.Name,
26
- Username: record.Username,
27
- Password: record.Password,
28
- }
29
-}
30
-
31
// gitCredentialInputToDatabaseObject : converts GitCredentialInput to GitCredentialDatabaseObject
32
func gitCredentialInputToDatabaseObject(record *model.GitCredentialInput) *dbmodel.GitCredential {
33
return &dbmodel.GitCredential{
0 commit comments