Skip to content

Commit

Permalink
Merge pull request #1000 from ibi-group/remove-duplicate-key
Browse files Browse the repository at this point in the history
Remove duplicate key
  • Loading branch information
AdrianaCeric authored Nov 9, 2023
2 parents 6e6185b + 035f411 commit 5994927
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/types/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export type RtdEntity = {
export type RtdAlert = {
Cause: string,
DescriptionText: string,
DescriptionText: string,
EditedBy: string,
EditedDate: string,
Effect: string,
Expand Down Expand Up @@ -238,8 +237,7 @@ export type CustomFile = {
useDuringServe: boolean
}

// TODO: Remove this eslint rule once https://github.com/babel/babel-eslint/pull/584
// is merged in.
// TODO: Remove this eslint rule once Mastarm is upgraded/replaced
/* eslint-disable no-use-before-define */
export type Deployment = {
buildGraphOnly?: boolean,
Expand Down Expand Up @@ -576,8 +574,7 @@ export type Label = {
user?: string
}

// TODO: Remove this eslint rule once https://github.com/babel/babel-eslint/pull/584
// is merged in.
// TODO: Remove this eslint rule once Mastarm is upgraded/replaced
/* eslint-enable no-use-before-define */
export type FeedInfo = {
id: string
Expand Down

0 comments on commit 5994927

Please sign in to comment.