remove line comments
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
This commit is contained in:
@@ -70,8 +70,6 @@ export class NewRelicDashboardClient implements NewRelicDashboardApi {
|
||||
async getDashboardEntity(
|
||||
guid: String,
|
||||
): Promise<DashboardEntitySummary | undefined> {
|
||||
// let query = "parentId ='"+guid+"'"
|
||||
// query = `parentId ='${guid}'`
|
||||
const DashboardEntityList = await this.callApi<DashboardEntity>(
|
||||
getDashboardParentGuidQuery,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user