Skip to content

Commit db78f31

Browse files
CopilotMrAlders0n
andcommitted
Fix line number references in STATUS_MESSAGES.md
Co-authored-by: MrAlders0n <55921894+MrAlders0n@users.noreply.github.com>
1 parent ef5fd23 commit db78f31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

STATUS_MESSAGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Status messages follow these consistent conventions:
9393
- **Message**: `"WarDriving app has reached capacity"`
9494
- **Color**: Red (error)
9595
- **Used in**: `checkCapacity()`, `postToMeshMapperAPI()`
96-
- **Source**: `content/wardrive.js:1060`, `content/wardrive.js:1111`
96+
- **Source**: `content/wardrive.js:1061`, `content/wardrive.js:1116`
9797
- **Context**: Capacity check API denies slot on connect (returns allowed=false), or wardriving API returns allowed=false during active session
9898
- **Minimum Visibility**: N/A (error state persists until disconnect)
9999
- **Notes**: Displayed when the API successfully responds but indicates capacity is full
@@ -102,7 +102,7 @@ Status messages follow these consistent conventions:
102102
- **Message**: `"WarDriving app is down"`
103103
- **Color**: Red (error)
104104
- **Used in**: `checkCapacity()`
105-
- **Source**: `content/wardrive.js:1050`, `content/wardrive.js:1067`
105+
- **Source**: `content/wardrive.js:1050`, `content/wardrive.js:1072`
106106
- **Context**: Capacity check API returns error status or network is unreachable during connect
107107
- **Minimum Visibility**: N/A (error state persists until disconnect)
108108
- **Notes**: Implements fail-closed policy - connection is denied if API fails or is unreachable

0 commit comments

Comments
 (0)