remove line comments

Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
This commit is contained in:
mufaddal motiwala
2021-12-20 12:02:22 +05:30
parent 77e7b56688
commit 6481dfacd9
@@ -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,
{