Skip to content

Commit

Permalink
fix(gitTrigger): Add back fiatEnabled check for git triggers (#3579)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu committed Apr 25, 2017
1 parent 8e06ada commit 623fd19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {SERVICE_ACCOUNT_SERVICE, ServiceAccountService} from 'core/serviceAccoun

class GitTriggerController {

public fiatEnabled = false;
public fiatEnabled: boolean = SETTINGS.feature.fiatEnabled;
public serviceAccounts: string[] = [];
public gitTriggerTypes = SETTINGS.gitSources || ['stash', 'github', 'bitbucket'];
public displayText: any = {
Expand Down

0 comments on commit 623fd19

Please sign in to comment.