Skip to content

Commit 65e49e4

Browse files
committed
refactor: remove requests prop
1 parent 424274c commit 65e49e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/structures/status.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ export class ApplicationStatus {
8383
* - 'deleting'
8484
*/
8585
public status: ApplicationStatusType;
86-
/** How many requests have been made since the last start up */
87-
public requests: number;
8886
/** For how long the app is running in millisseconds */
8987
public uptimeTimestamp?: number;
9088
/** For how long the app is running */

0 commit comments

Comments
 (0)