Skip to content

Commit

Permalink
Merge pull request #815 from illacloud/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AruSeito authored Jan 14, 2023
2 parents 07de4a9 + 2d538a9 commit a507349
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ export const Apis: ActionDataItem[] = [
actionType: "smtp",
isDraft: false,
},
// {
// actionType: "huggingface",
// isDraft: false,
// },
{
actionType: "huggingface",
isDraft: false,
},
]

export const JsTransformer: ActionDataItem[] = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ export const Apis: ResourceDataItem[] = [
resourceType: "smtp",
isDraft: false,
},
// {
// resourceType: "huggingface",
// isDraft: false,
// },
{
resourceType: "huggingface",
isDraft: false,
},
]

export const ResourceTypeList = [
Expand Down

0 comments on commit a507349

Please sign in to comment.