Fix md syntax error

This commit is contained in:
Ryan Manny
2021-02-10 11:18:08 -08:00
parent adf14c4c43
commit 1786571cdb
+1 -1
View File
@@ -32,5 +32,5 @@ export const apis = [
environment: configApi.getOptionalString('auth.environment'),
}),
}),
]
];
```