Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
yarn fmt
  • Loading branch information
Emyrk committed May 31, 2023
commit 3b00cd37767ece66767d4be02b6a26d4343a34ff
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const deploymentConfigMachine = createMachine(
{
services: {
getDeploymentValues: getDeploymentValues,
getDeploymentDAUs: async() => {
getDeploymentDAUs: async () => {
return getDeploymentDAUs()
},
},
Expand Down