Skip to content

Commit

Permalink
Remove out-of-date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephVolosin committed Dec 13, 2024
1 parent 4051b42 commit eb32de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utilities/effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,6 @@ const effects = {
}
},

// TODO: turn combinedSchema's type into a real definition
async createExternalSourceEventTypes(eventTypes: object, sourceTypes: object, user: User | null) {
if (!gatewayPermissions.CREATE_EXTERNAL_EVENT_TYPE(user) || !gatewayPermissions.CREATE_EXTERNAL_SOURCE_TYPE(user)) {
throwPermissionError('create en external source or event type');
Expand Down

0 comments on commit eb32de9

Please sign in to comment.