feat: Add name column to Step model
This commit is contained in:
@@ -5,6 +5,7 @@ const stepSerializer = (step) => {
|
||||
id: step.id,
|
||||
type: step.type,
|
||||
key: step.key,
|
||||
name: step.name,
|
||||
appKey: step.appKey,
|
||||
iconUrl: step.iconUrl,
|
||||
webhookUrl: step.webhookUrl,
|
||||
|
||||
@@ -16,6 +16,7 @@ describe('stepSerializer', () => {
|
||||
id: step.id,
|
||||
type: step.type,
|
||||
key: step.key,
|
||||
name: step.name,
|
||||
appKey: step.appKey,
|
||||
iconUrl: step.iconUrl,
|
||||
webhookUrl: step.webhookUrl,
|
||||
|
||||
Reference in New Issue
Block a user