Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Summary:
**Summary**
- Updated the DraftEntity flow type to be `string`. fixes facebookarchive#868

**Test Plan**
N/A
Pull Request resolved: facebookarchive#1878

Differential Revision: D10188002

fbshipit-source-id: e52da4d8dd708c7ed58e7d6f8c585e86835f1bb2
  • Loading branch information
juliankrispel authored and jdecked committed Oct 8, 2019
1 parent f394739 commit 2481277
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
4 changes: 1 addition & 3 deletions src/model/entity/DraftEntityType.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@

'use strict';

import typeof ComposedEntityType from 'ComposedEntityType';

export type DraftEntityType = $Keys<ComposedEntityType>;
export type DraftEntityType = string;
22 changes: 0 additions & 22 deletions src/stubs/ComposedEntityType.js

This file was deleted.

0 comments on commit 2481277

Please sign in to comment.