Skip to content

Commit

Permalink
Merge branch 'tntp-cred-list-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
sambtalcott committed Apr 30, 2024
2 parents 32d6a00 + 33f779e commit e341cf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/tntp_cred.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,7 @@ tntp_cred_list <- function(service = NULL, keyring = NULL) {

# Fix row names
row.names(sorted) <- 1:nrow(sorted)

# return sorted list
sorted
}

0 comments on commit e341cf3

Please sign in to comment.