From d18097fb6700ede8bdb47388e51e0850d0d828f6 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 18 Mar 2021 23:16:41 +0100 Subject: teal: Use new integer support in Teal 0.13.0 --- teal-src/util/error.d.tl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'teal-src/util/error.d.tl') diff --git a/teal-src/util/error.d.tl b/teal-src/util/error.d.tl index 2dc72f0e..05f52405 100644 --- a/teal-src/util/error.d.tl +++ b/teal-src/util/error.d.tl @@ -35,14 +35,14 @@ local record protoerror type : error_type condition : error_condition text : string - code : number + code : integer end local record error type : error_type condition : error_condition text : string - code : number + code : integer context : { any : any } source : string end -- cgit v1.2.3