Skip to content

Commit

Permalink
fix: missing icon and abstract task exposed
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 31, 2025
1 parent ff5e9d1 commit 6207b5d
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@AllArgsConstructor
@NoArgsConstructor
@Getter
public class AbstractTypesenseTask extends Task {
public abstract class AbstractTypesenseTask extends Task {

@Schema(
title = "The host of the typesense DB"
Expand Down
121 changes: 121 additions & 0 deletions src/main/resources/icons/io.kestra.plugin.typesense.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
121 changes: 121 additions & 0 deletions src/main/resources/icons/plugin-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6207b5d

Please sign in to comment.