mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 16:14:27 -04:00
_id should not be optional on SessionInfo
This commit is contained in:
+1
-1
@@ -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
@@ -43,7 +43,7 @@ export interface SessionInfo {
|
||||
/**
|
||||
* Session ID
|
||||
*/
|
||||
_id?: Id;
|
||||
_id: Id;
|
||||
|
||||
/**
|
||||
* Device name
|
||||
|
||||
Reference in New Issue
Block a user