mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-01 07:11:23 +00:00
format errors fixed
This commit is contained in:
@@ -100,8 +100,8 @@ const initTestExplorer = async (): Promise<void> => {
|
||||
portalRunnerDatabaseAccount
|
||||
);
|
||||
|
||||
console.log("token:" + token)
|
||||
console.log("db:" + databaseAccount)
|
||||
console.log("token:" + token);
|
||||
console.log("db:" + databaseAccount);
|
||||
const initTestExplorerContent = {
|
||||
type: MessageTypes.InitTestExplorer,
|
||||
inputs: {
|
||||
|
||||
Reference in New Issue
Block a user