We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0575d75 commit 91ec982Copy full SHA for 91ec982
nodejs/src/index.ts
@@ -108,4 +108,4 @@ export default class API {
108
async deleteTeamNote (teamPath: string, noteId: string): Promise<DeleteTeamNote> {
109
await this.axios.delete<AxiosResponse>(`teams/${teamPath}/notes/${noteId}`)
110
}
111
-}
+}
0 commit comments