Skip to content

Commit

Permalink
add comment to look into teams creation
Browse files Browse the repository at this point in the history
  • Loading branch information
THeflinKeeper committed Jan 3, 2024
1 parent 0c955d3 commit 0768701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keeperapi/src/__tests__/processTeams.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ describe('Testing processTeams for ECC conversion', () => {
})
})

// TODO: figure out how to create teams here
async function createTeam(keyType: Records.RecordKeyType):Promise<Vault.ITeam>{
switch(keyType){
case Records.RecordKeyType.ENCRYPTED_BY_DATA_KEY:
Expand Down

0 comments on commit 0768701

Please sign in to comment.