Skip to content

Commit b921d0a

Browse files
committed
fix key
1 parent c6d6acc commit b921d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/microsoft_power_bi/actions/get-reports/get-reports.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import microsoftPowerBi from "../../microsoft_power_bi.app.mjs";
22

33
export default {
4-
key: "microsoft-power-bi-get-reports",
4+
key: "microsoft_power_bi-get-reports",
55
name: "Get Reports",
66
description: "Get reports from a Power BI workspace. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-reports)",
77
version: "0.0.1",

0 commit comments

Comments
 (0)