Skip to content

Commit a2cd8dd

Browse files
authored
chore: converting from any to string type (#1107)
1 parent 34fd66f commit a2cd8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/twiml/TwiML.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class TwiML {
4646
* @returns TwiML XML
4747
*/
4848
/* jshint ignore:end */
49-
toString() {
49+
toString(): string {
5050
return this._getXml().end();
5151
}
5252

0 commit comments

Comments
 (0)