Skip to content

Commit

Permalink
FIX typescript issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 28, 2019
1 parent ef1f79c commit d9bb177
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/theming/src/ensure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ import isEqual from 'lodash.isequal';
import light from './themes/light';
import { Theme } from './base';

const base = { ...light, animation: undefined, brand: undefined };
const base = {
...light,
animation: {},
brand: {},
};

// merge with concatenating arrays, but no duplicates
const merge = (a: any, b: any) =>
Expand Down

1 comment on commit d9bb177

@vercel
Copy link

@vercel vercel bot commented on d9bb177 Feb 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are pushing commits at a very fast pace (accross the whole organization).
Due to that, we cannot deploy the commit d9bb177.

You can try again later or upgrade your plan.

Please sign in to comment.