Skip to content

Commit

Permalink
fix: DATASOURCE_FAILURE -> PLATFORM_FAILURE
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jan 21, 2020
1 parent 8fd0b60 commit 6da1113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/branch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export async function processBranch(
} else if (
err.message !== DATASOURCE_FAILURE &&
err.message !== 'disable-gitfs' &&
err.message !== DATASOURCE_FAILURE
err.message !== PLATFORM_FAILURE
) {
logger.error({ err }, `Error updating branch: ${err.message}`);
}
Expand Down

0 comments on commit 6da1113

Please sign in to comment.