mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Implementing force delete for apps
Deployment-Impact: DB schema changed
API Impact: HTTP DELETE /apps/{app} accepts query parameters: /apps/{app}?force=True
Closes: #302
This commit is contained in:
@@ -610,8 +610,9 @@ func (ds *sqlStore) GetLog(ctx context.Context, appName, callID string) (*models
|
||||
}
|
||||
|
||||
return &models.CallLog{
|
||||
CallID: callID,
|
||||
Log: log,
|
||||
CallID: callID,
|
||||
Log: log,
|
||||
AppName: appName,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user