Skip to content

Commit

Permalink
v8.3.0 (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadl12 committed Jul 9, 2023
1 parent 0f550ca commit d390779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/funblox/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import getGroups from './user/getGroups';
import deletePost from './group/deletePost';
import deletePostBySpecificUser from './group/deletePostBySpecificUser';
import getGroupWall from './group/getGroupWall';
import getGroupGames from './group/getGroupGames';
import * as api from './api';

export {
Expand All @@ -41,5 +42,6 @@ export {
getPlaceInfo,
getGameVotes,
getUniverseId,
getGroupGames,
setCookie,
};

0 comments on commit d390779

Please sign in to comment.