Skip to content

Commit

Permalink
Remove un-needed keys from stash
Browse files Browse the repository at this point in the history
  • Loading branch information
samj1912 committed Mar 11, 2018
1 parent cb714c1 commit 9b3104d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions lib/MusicBrainz/Server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -440,19 +440,14 @@ sub TO_JSON {
current_language_html
entity
hide_merge_helper
instrument_types
instruments_by_type
isrcs
jsonld_data
last_replication_date
linked_entities
makes_no_changes
merge_link
new_edit_notes
recordings
server_details
server_languages
tag
to_merge
);

Expand Down
8 changes: 0 additions & 8 deletions root/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@ type CatalystUserT = {|
|};

type CatalystStashT = {|
+instruments_by_type?: {|
+[number]: $ReadOnlyArray<InstrumentT>,
+unknown: $ReadOnlyArray<InstrumentT>,
|},
+instrument_types?: $ReadOnlyArray<InstrumentTypeT>,
+isrcs?: $ReadOnlyArray<IsrcT>,
+recordings?: $ReadOnlyArray<RecordingT>,
+tag?: string,
|};

type CommentRoleT = {|+comment: string|};
Expand Down

0 comments on commit 9b3104d

Please sign in to comment.