Skip to content

Commit 982ed79

Browse files
committed
Renamed Uri for Positions content provider
1 parent 2d9cda4 commit 982ed79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/ru/evotor/integrations/ReceiptsApi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ReceiptsApi {
3232

3333
@JvmStatic val PATH_RECEIPT_POSITIONS = "positions"
3434

35-
@JvmStatic val URI_RECEIPT_POSITIONS = Uri.withAppendedPath(BASE_URI, PATH_RECEIPT_POSITIONS)
35+
@JvmStatic val URI = Uri.withAppendedPath(BASE_URI, PATH_RECEIPT_POSITIONS)
3636

3737
@JvmStatic val ROW_ID = "_id"
3838
@JvmStatic val ROW_UUID = "uuid"

0 commit comments

Comments
 (0)