Skip to content

Commit

Permalink
GITBOOK-64: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
GhzGarage authored and gitbook-bot committed May 23, 2024
1 parent b3bf9d0 commit a4af4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbcore-resources/qb-banking.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ exports['qb-banking']:CreateBankStatement(playerId, account, amount, reason, sta
* returns: `boolean`

```lua
RegisterCommand('getBalance', function(source)
RegisterCommand('createBankStatement', function(source)
local playerId = source
local account = 'My Shared Account'
local amount = 5000
Expand Down

0 comments on commit a4af4f7

Please sign in to comment.