Skip to content

Commit

Permalink
Merge pull request #8 from fabrix-app/v1.1
Browse files Browse the repository at this point in the history
[fix] cron allowed methods
  • Loading branch information
scott-wyatt authored Aug 29, 2018
2 parents 4820efb + 7d35006 commit b03dca5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 678 deletions.
6 changes: 6 additions & 0 deletions lib/api/crons/AnalyticsCron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ export class AnalyticsCron extends Cron {

constructor(app: FabrixApp) {
super(app)

super.unallowedMethods = [
'addAnalytic',
'removeAnalytic'
]

Object.defineProperties(this, {
/**
* Add Analytic
Expand Down
Loading

0 comments on commit b03dca5

Please sign in to comment.