Skip to content

Commit

Permalink
fix: move jsdoc to types file
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremney committed Dec 12, 2023
1 parent 15bbd5e commit 88af717
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/spacecat-shared-rum-api-client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ async function generateDomainKey(domainkey, url, expiry) {
return data[0].key;
}

/**
*
* @param context
* @returns RUMAPIClient
* @constructor
*/
export default class RUMAPIClient {
static createFrom(context) {
if (context.rumApiClient) return context.rumApiClient;
Expand Down

0 comments on commit 88af717

Please sign in to comment.