mirror of
https://github.com/bitwarden/server
synced 2026-01-05 01:53:17 +00:00
Resolve some comments
This commit is contained in:
@@ -23,9 +23,10 @@ public class SceneService(
|
||||
|
||||
public List<string> GetAllPlayIds()
|
||||
{
|
||||
return [.. databaseContext.PlayData
|
||||
return databaseContext.PlayData
|
||||
.Select(pd => pd.PlayId)
|
||||
.Distinct()];
|
||||
.Distinct()
|
||||
.ToList();
|
||||
}
|
||||
|
||||
public async Task<SceneResponseModel> ExecuteScene(string templateName, JsonElement? arguments)
|
||||
|
||||
Reference in New Issue
Block a user