_id should not be optional on SessionInfo

This commit is contained in:
Paul
2021-09-11 17:13:26 +01:00
parent 78454aa18d
commit 097f40e371
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "revolt-api",
"version": "0.5.3-alpha.0",
"version": "0.5.3-alpha.0-patch.0",
"description": "Revolt API typings",
"main": "dist/index.js",
"type": "module",
+1 -1
View File
@@ -43,7 +43,7 @@ export interface SessionInfo {
/**
* Session ID
*/
_id?: Id;
_id: Id;
/**
* Device name