Skip to content

Commit

Permalink
fix: add back Tweet import
Browse files Browse the repository at this point in the history
  • Loading branch information
iShibi committed Feb 25, 2022
1 parent ea79f9f commit 583cd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/SpaceManager.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Collection } from '../util';
import { BaseManager, type BaseFetchOptions } from './BaseManager';
import { CustomError, CustomTypeError } from '../errors';
import { RequestData, type SimplifiedSpace, Space } from '../structures';
import { RequestData, type SimplifiedSpace, Space, type Tweet } from '../structures';
import type { Client } from '../client';
import type {
GETSpacesByCreatorIdsQuery,
Expand Down

0 comments on commit 583cd09

Please sign in to comment.