Skip to content

Commit

Permalink
refactor: add file level comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arn4b committed Sep 11, 2023
1 parent 1470ab4 commit 6349e9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/restapi/src/lib/spaceV2/joinAsSpeaker.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @file joinAsSpeaker
* defines a function that allows a user to join a space as a speaker in the SpaceV2 implmentation
*/

import { get } from './get';
import { SpaceV2 } from './SpaceV2';
import { approve } from './approve';
Expand Down

0 comments on commit 6349e9c

Please sign in to comment.