fix(): add return

This commit is contained in:
John-Luke 2016-12-01 16:27:50 -03:00 committed by GitHub
parent db99482157
commit 3fdc4a8acd

View File

@ -30,6 +30,6 @@ export class HeaderColor {
successName: 'success', successName: 'success',
errorName: 'failure' errorName: 'failure'
}) })
static tint(color: string): Promise<any> { } static tint(color: string): Promise<any> { return; }
} }