Commit a11410a8 authored by Phil Hughes's avatar Phil Hughes

fixed karma build because of a removed method

parent ddc0f837
import RepoHelper from '~/repo/helpers/repo_helper'; import RepoHelper from '~/repo/helpers/repo_helper';
// eslint-disable-next-line import/prefer-default-export // eslint-disable-next-line import/prefer-default-export
export const file = () => RepoHelper.serializeBlob({ export const file = () => RepoHelper.serializeRepoEntity('blob', {
icon: 'icon', icon: 'icon',
url: 'url', url: 'url',
name: 'name', name: 'name',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment