Skip to content

Commit

Permalink
fix(#2651): Remove circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Apr 5, 2024
1 parent 901016d commit e660fe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
*/

import { EventProperty } from '@streampipes/platform-services';
import { EventProperty } from '../gen/streampipes-model';

export class SemanticType {
public static readonly SO: string = 'http://schema.org/';
Expand Down

0 comments on commit e660fe0

Please sign in to comment.