Skip to content

Commit 91ec982

Browse files
James TsaiJames Tsai
authored andcommitted
fix: add EOL
1 parent 0575d75 commit 91ec982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ export default class API {
108108
async deleteTeamNote (teamPath: string, noteId: string): Promise<DeleteTeamNote> {
109109
await this.axios.delete<AxiosResponse>(`teams/${teamPath}/notes/${noteId}`)
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)