Skip to content

Commit

Permalink
asides: more post data
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed Dec 8, 2024
1 parent 21851fe commit 00b1cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/furnace/asides/asides.factor
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aside "ASIDES" {
{ "session" "SESSION" BIG-INTEGER +not-null+ }
{ "method" "METHOD" { VARCHAR 10 } }
{ "url" "URL" URL }
{ "data" "POST_DATA" FACTOR-BLOB }
{ "data" "DATA" FACTOR-BLOB }
} define-persistent

CONSTANT: aside-id-key "__a"
Expand Down

0 comments on commit 00b1cff

Please sign in to comment.