Skip to content

Commit

Permalink
refactor(bandadaapi.ts): removed the breaking element of the createGr…
Browse files Browse the repository at this point in the history
…oup() request

The breaking element was added to test the alert function now removing it.

396
  • Loading branch information
code-Gambler committed Feb 19, 2024
1 parent fe991bd commit b1b465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/api/bandadaAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export async function createGroup(
name,
description,
treeDepth,
fingerprintDuration:null,
fingerprintDuration,
credentials: JSON.stringify(credentials)
}
})
Expand Down

0 comments on commit b1b465f

Please sign in to comment.