Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
niwsa committed Dec 18, 2024
1 parent cd7045b commit ee35690
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions npm/src/controller/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ export function getErrorMessage(error: unknown) {
return String(error);
}

export function tenantInfoErrString(tenant?: string, product?: string) {
return tenant && product ? ` for product: ${product} with tenant: ${tenant}` : '';
}

export const createRandomSecret = async (length: number) => {
return crypto
.randomBytes(length)
Expand Down

0 comments on commit ee35690

Please sign in to comment.